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

Thursday, May 2, 2013

RG#105: Line range or Crossbar plot

›
set.seed (1234) require(ggplot2) Xv <- c(rnorm (500, 10,3), rnorm (500, 50, 20), rnorm (500, 70, 20)) Yv <- c(rnorm (500, 10,3), ...
‹
›
Home
View web version
Powered by Blogger.