Hi list,

#Imagine we have vectors of different length (in practice 100 vectors):
a<-c(1:10)
b<-c(1:20)
c<-c(1:30)

#then we got a list of the names of those objects:

list<-c("a","b","c")

#I don't find how to boxplot them using a less stupid way than :

boxplot(get(list[1]),get(list[2]),get(list[3]))


Thanks for any advice !


-- 
------------------------------------------------------------
Tristan LEFEBURE
Laboratoire d'écologie des hydrosystèmes fluviaux (UMR 5023)
Université Lyon I - Campus de la Doua
6 rue Dubois 69622 Villeurbanne - France

Phone: (33) (0)4 72 43 29 45
Fax: (33) (0)4 72 43 15 23

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to