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 ellipse. Show all posts
Showing posts with label ellipse. Show all posts
Tuesday, April 23, 2013

RG#85: Plotting XY plot with cluster and adding ellipse to it

›
# data  set.seed (1234) c1 <- rnorm (40, 0.1, 0.02); c2 <- rnorm (40, 0.3, 0.01) c3 <- rnorm (40, 0.5, 0.01); c4 <- rnorm (...
Sunday, April 7, 2013

RG#23: plot correlation: heat map and using ellipse

›
#data s et.seed(1234) xm1 <- matrix(rnorm(100*10, rnorm(100, 0.5, 0.1)), nrow=100, ncol=10, byrow=FALSE) xm2 <- matrix(rnorm(100*10,...
›
Home
View web version
Powered by Blogger.