[R] Appending Data to A n Existing List...

Jason Rupert jasonkrupert at yahoo.com
Fri Feb 19 00:15:49 CET 2010


What steps can be take to append data to a list? 

Suppose I have the following list and want to append a z axist to the list?

pts <- list(x=cars[,1], y=cars[,2])

z<-rnorm(max(dim(cars)))

How would I go about appending z to an existing list? 

Thanks a ton...



More information about the R-help mailing list