The blog is a collection of script examples with example data and output plots. R produce excellent quality graphs for data analysis, science and business presentation, publications and other purposes. Self-help codes and examples are provided. Enjoy nice graphs !!
Sunday, April 7, 2013
RG#25: ladder plot
#data set.seed(1234) xv <-data.frame(A=c(1:10)+rnorm (10, 0,1) , B=c(2:11)+rnorm(10, 0, 1))
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.