search for: imachordata

Displaying 1 result from an estimated 1 matches for "imachordata".

2009 Nov 25
2
Grouped Barplot
Hi R Users, I tried plotting a similar boxplot as it is on the FOLLOWING LINK: http://www.imachordata.com/wp-content/uploads/2009/09/boxplot.png Sample data is attached -- there are 9 years and 5 cities. In my case I'm looking to plot "Year" on x-axis and grouping boxplots by "City". I tried the following code. foo<-read.table("SampleData.csv", sep=",&quo...