[R] e1071 probplot -grouping

2006-05-19 Thread modono
Hello, I am currently using probplot function in the e1071 package to do cumulative probability plots . I want to be able to do multiple cumulative probability plots ( based on a grouping of data) on a single plot. Any help with this would be greatly appreciated. Thanks. _

[R] Plot subset of data per panel in Lattice xyplot

2006-05-12 Thread modono
Hello, Apologies for the newbie question. I have x,y data that I want to plot - I currently have a third column which identifies the run. X, Y, RunNum currenly I have xyplot(X,Y,data=xyplotdata, groups=RunNum) but there is such alot of data -- what I want is another grouping that say would plot x

[R] Perl array conversion in R to compare plots.

2006-01-17 Thread modono
Hello all, I am using RSPerl package to display plots in R . I want to be able to compare some data in boxplot and in histogram and in probplot ( from e1071 package) - ( cumulative probability plot - normal) I have a nested arrray of data ... from perl like the following data[0][0] = (1,2,3,.