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 !!
Tuesday, April 9, 2013
RG#46: 3D-spinning scatter plots
set.seed(12444) X = rnorm (1000, 50, 10) Y = X*0.6+rnorm(length(X), 0, 10) Z = Y*0.3+ +rnorm(length(X), 0, 10)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.