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 bar. Show all posts
Showing posts with label bar. Show all posts
Friday, April 5, 2013

RG#8: polar plot

›
# data varnames <- letters[1:20] set.seed (56445) corr <- rnorm(20, 0, 0.5) #plot using the package plotrix require(plotrix)  par...
›
Home
View web version
Powered by Blogger.