[R] Multiple Stripcharts

Stephen Tucker brown_emu at yahoo.com
Sat Jul 7 09:27:59 CEST 2007


I'm not able to make out your data but something like this?

df <- data.frame(A=rnorm(10),B=rnorm(10),C=runif(10))
stripchart(df,method="jitter")


--- Tavpritesh Sethi <tavpritesh at gmail.com> wrote:

> Hi all,
> I have 205 rows with measurements for three categories of people. I want to
> generate stripplots for each of these rows. How can I do it without having
> to do them one by one. I am giving a sample dataset:-
> 
>      A
>  B
>  C
>  A
>  B
>  C
>  A
>  B
>  C
>  A
>  B
>  C
>  10.34822
>  10.18426
>  9.837874
>  9.65047
>  8.020482
>  9.17312
>  6.349595
>  13.55664
>  5.286697
>  11.85409
>  2.827027
>  7.002696
>  11.54984
>  12.14591
>  14.88955
>  12.26134
>  11.74262
>  11.13481
>  15.11849
>  14.97857
>  14.12973
>  14.23219
>  15.36582
>  15.4698
>  10.59222
>  11.22417
>  13.34279
>  12.2538
>  11.02348
>  11.59403
>  9.933778
>  10.45499
>  8.884345
>  8.465186
>  9.72647
>  10.44469
> 
> 
> Thanks,
> Tavpritesh
> 
> 	[[alternative HTML version deleted]]
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
> 



 
____________________________________________________________________________________
Finding fabulous fares is fun.



More information about the R-help mailing list