#Hi list,

#From the code below I get two list objects (n$values and n$vectors):
dat <- matrix(1:9,3)
n<-eigen(dat)
n

# How do I add another object to n that replicates n$vectors and is called
n$vectors$test?
# Thanks a lot!





--
View this message in context: 
http://r.789695.n4.nabble.com/Adding-objects-to-a-list-tp3610821p3610821.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to