Displaying 1 result from an estimated 1 matches for "tp3899909p3899909".
2011 Oct 12
1
using csv file for stacked bar plot, rows to columns
...have tried:
barplot(as.matrix(DATA))
barplot(t(DATA),names.arg=DATA$Date)
fish<-table(DATA$Location1,DATA$Location2)
barplot(fish,names.arg=DATA$Date)
Any help is appreciated.
--
View this message in context: http://r.789695.n4.nabble.com/using-csv-file-for-stacked-bar-plot-rows-to-columns-tp3899909p3899909.html
Sent from the R help mailing list archive at Nabble.com.