Hi,
I want to construct a list as
Lst <- list(name_1=object_1, ..., name_m=object_m)
If name_1 is a variable with value "NAME1", how can I ask R to use
"NAME1" instead of 'name_1' as the name of the list element?
Thanks!
Yupu
[[alternative HTML version deleted]]
_
Hi,
I'm using boxplot in R to show box-whiskers plots for about 15
categories of data. I'd like to display ALL of the data points--not
just the outliers. Does anyone know if there's a parameter setting
that will accomplish this with boxplot? Other options would be to
overlay the plotted
Hi,
I am looking for a way to find out the version information of
installed R packages.
ex:
>library(affy)
>SOME_COMMAND_FOR_VERSION(affy)
I know I can do either getRversion() or R.Version() could give me the
version of R. I assume there must be a way for me to get version
information fo
3 matches
Mail list logo