R graph gallery

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 !!

Showing posts with label scenes. Show all posts
Showing posts with label scenes. Show all posts
Saturday, April 13, 2013

RG# 55: 3D plots (scenes) from data points

›
# data  x <- seq(-2,2,len=100) grd <- expand.grid(x = x, y = x, z = x) arv <- array(grd$x^2 + grd$y^2 + grd$z^4, rep(length(x)...
›
Home
View web version
Powered by Blogger.