[R] Named components in a list

JulioSergio juliosergio at gmail.com
Thu Nov 10 23:02:03 CET 2011


Bert Gunter <gunter.berton <at> gene.com> writes:

> 
> Inline Below.

Well, Bert, then the manual where I found the example must be wrong. It is:

http://cran.r-project.org/doc/manuals/R-intro.html#Constructing-and-modifying-
lists

And textually it says:

Lists, like any subscripted object, can be extended by specifying additional 
components. For example

     > Lst[5] <- list(matrix=Mat)



More information about the R-help mailing list