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 xy barplot. Show all posts
Showing posts with label xy barplot. Show all posts
Thursday, May 2, 2013

RG#102: Double Y axis trellis plot (weather data example)

›
require(latticeExtra) require (lattice) data(SeatacWeather) tempatures <- xyplot(min.temp + max.temp ~ day | month, ...
Wednesday, May 1, 2013

RG#97: Error bar plot with significance (line connecting) - publication purpose

›
myd <- data.frame (X = c(1:12,1:12),                    Y = c(8, 12, 13, 18,  22, 16, 24, 29,  34, 15, 8, 6,                         ...
Tuesday, April 30, 2013

RG#96: Basic point and line graph with error bars (publication purpose)

›
myd <- data.frame (X = c(1:12,1:12),                    Y = c(8, 12, 13, 18,  22, 16, 24, 29,  34, 15, 8, 6,                         ...
1 comment:
Wednesday, April 17, 2013

RG#76: Barplot with both X and Y quantitative value (width and height bar plot)

›
# data  dff <- data.frame(x = c("Aa", "Bbb", "Ccc", "Dddd", "Eeeee"), xvr = c(35, 5...
›
Home
View web version
Powered by Blogger.