[R] boxplot
    stephen sefick 
    ssefick at gmail.com
       
    Thu May 28 01:24:22 CEST 2009
    
    
  
I don't understand what you want.
On Wed, May 27, 2009 at 6:52 PM,  <amorigandhi at yahoo.de> wrote:
> Hi gues,
>
> Is there any function in R for boxplot with different time points?
> t1 <- c(rep(1,20),rep(2,20))
> t2 <- c(rep(1,10),rep(2,10),rep(1,10),rep(2,10))
> x <- rnorm(40,5,1)
> dat <- data.frame(t1,t2,x)
>
> boxplot(x~t1,t2)
>
>
> Many thanks,
> Amor
>
>
>
>        [[alternative HTML version deleted]]
>
>
> ______________________________________________
> 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.
>
>
-- 
Stephen Sefick
Let's not spend our time and resources thinking about things that are
so little or so large that all they really do for us is puff us up and
make us feel like gods.  We are mammals, and have not exhausted the
annoying little problems of being mammals.
								-K. Mullis
    
    
More information about the R-help
mailing list