Displaying 17 results from an estimated 17 matches for "leninsky".
2005 May 20
5
getting the unique values and counts from a vector
Hi all,
>From a vector, I want to get the unique values and the counts of these
unique values in the vector. For example,
x<-c(2 ,1 ,2, 1, 4 ,2 ,1, 4 ,1 ,1)
xu<-unique(x)
xn<-numeric(length(xu))
for (i in 1:length(xu)) {xn[i]<-length(which(x==xu[i]))}
There must be a very much simpler method of doing this. Can somebody
direct me to the functions that I must read in order to do
2003 Jul 23
1
lattice: how to format axis labels?
...t haven't seen any difference.
I use R 1.7.1 on WindowsNT.
Thank you!
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2003 May 13
1
several regression lines in panel of xyplot (trellis graphics)
...re
drawn from the left side to the right side, i.e. over the whole x
range...
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2003 Apr 16
2
layout.show()
...ready drawn graphs and
show a legend on the other "panel" of the layout?
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2007 Apr 18
1
Slackware-11.0, Kernel-2.6.20, lguest-137.patch : compiling problem
...st/hypervisor.S:162: Error: junk at end of line, first
unrecognized character is `2'
and so on ....
With best wishes and kind regards, Yuri Strelenko.
--
===================================================================
Dr. Yuri A. Strelenko
N.D.Zelinsky Institute of Organic Chemistry
Leninsky prospect 47,119991 Moscow, Russia
Tel : (7-095) 135 9094
Fax : (7-095) 135 5328
e-mail : strel@ioc.ac.ru
www : http://nmr.ioc.ac.ru
GPG-Key: http://nmr.ioc.ac.ru/Staff/StrelenkoYA/GnuPG/Strelenko.gpg
===================================================================
2003 Apr 23
0
MySQL
...=" "
)
);
dbDisconnect(con);
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2003 Apr 24
1
RMySQL
...e its name.
Function dbListTables doesn't know which tables should it list.
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2003 May 16
1
substitute
...ata$area.lon
but is expected to return data$area.20
Where did I do mistakes?
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2005 May 20
3
Why does this give a syntax error?
Hi
I'm generating the following in a file and getting a syntax error:
bryansAtHeaderLevel <-
c(0,1,1,1,1,0,0,0,0,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1,0,0,1,0,1,0,1,1,1,1,1,1,0,0,1,1,1,0,0,1,1,0,0,1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,1,0,0,1,0,1,0,0,0,)
finnsAtHeaderLevel <-
2007 Apr 18
1
Slackware-11.0, Kernel-2.6.20, lguest-137.patch : compiling problem
...st/hypervisor.S:162: Error: junk at end of line, first
unrecognized character is `2'
and so on ....
With best wishes and kind regards, Yuri Strelenko.
--
===================================================================
Dr. Yuri A. Strelenko
N.D.Zelinsky Institute of Organic Chemistry
Leninsky prospect 47,119991 Moscow, Russia
Tel : (7-095) 135 9094
Fax : (7-095) 135 5328
e-mail : strel@ioc.ac.ru
www : http://nmr.ioc.ac.ru
GPG-Key: http://nmr.ioc.ac.ru/Staff/StrelenkoYA/GnuPG/Strelenko.gpg
===================================================================
2003 Jul 21
1
Lattice: how to draw some text outside the panel?
...irection to walk
in order to have a text written below a panel.
Thank you!
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2003 May 27
2
R doesn't remove temporary dirs and about bugreport
Dear r-help,
1. I always find in TEMP directory subdirs named like Rtmp#####
where ##### denote a number.
Obviously, they are created by R and are not removed by it after
finish.
Why?
I use R 1.7.0 and Windows NT Workstation 4.0, English. SP 6a.
2. Is it possible to get known whether my bug report was received?
I've sent to r-bugs at biostat.ku.dk the following but it seemed
2005 May 20
2
Lattice: it seems, a bug in draw.key function
...$divide),
[skip]
)
When key$divide=1, x is NaN...
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist, PhD Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 135-9972
2005 Apr 27
3
libz library missing while installing RMySQL
Hello
Trying to install the MySQL package, I get the following error. The help
archive contains something on this issue but did not help. I work on linux
suse 9.3
Configuration error:
Could not locate the library "libz" required by MySQL.
The library libz however is not on any mirrors I checked.
------------------------------------------------
Sebastian Leuzinger
web
2005 Jul 17
1
Strange problems with lattice plots
...e in the
graphic editor.
I would like to avoid these.
Thank you very much in helping me to solve the problem!
---
Best regards,
Wladimir mailto:wl at eimb.ru
==========================================================================
Research Scientist, PhD Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 135-9972
2003 Apr 15
2
troubles with displaying legend on the plot
...using R 1.6.2 for windows.
OS: Windows NT workstation 4.0.
Thank you in advance.
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534
2003 May 06
5
xyplot (lattice), strip.default
...I use R 1.7.0 and Windows NT 4.0 workstation.
Thank you for attention and help!
--
Best regards
Wladimir Eremeev mailto:wl at eimb.ru
==========================================================================
Research Scientist Leninsky Prospect 33,
Space Monitoring & Ecoinformation Systems Sector, Moscow, Russia, 119071,
Institute of Ecology, Phone: (095) 135-9972;
Russian Academy of Sciences Fax: (095) 954-5534