The ls() function return the names of the objects not the objects.
So if you have :
a <- c(1,2,3)
b <- c('A','B','C')
ls() will return :
"a" "b" which only 2 letters.
-
Christophe Poulet
GIGA-Research.
Human Genetics Dept.
Liège, Belgium.
--
View this message in context:
http://r.789695.n
I don't know if it could help, but under Mac os, you have to re-install all
your packages after installing a new version of R.
just use the following command :
install.packages("package.name",dependencies = TRUE);
--
View this message in context:
http://r.789695.n4.nabble.com/R-2-13-1-for-Win
2 matches
Mail list logo