[R] Odp: boxplot on all the columns

Petr PIKAL petr.pikal at precheza.cz
Mon Jul 12 13:28:14 CEST 2010


Hi

r-help-bounces at r-project.org napsal dne 12.07.2010 06:14:00:

> 
> 
> 
> how to use boxplot on all the columns from he date frame instead of 
manually
> entering the columns like below
> 
> bhtest1 <- read.table("bhtest1.txt", header=TRUE)
> 
> boxplot (bhtest1[,2], bhtest1[,3], bhtest1[, 4], bhtest1[,5], 
bhtest1[,6],
> bhtest1[,7]....) 
> 

What is wrong with

boxplot(bhtest1)

Regards


> please help, Thanks,
> 
> 
> -- 
> View this message in context: 
http://r.789695.n4.nabble.com/boxplot-on-all-
> the-columns-tp2285693p2285693.html
> Sent from the R help mailing list archive at Nabble.com.
> 
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list