search for: barplot_

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

Did you mean: barplot
2009 Aug 07
0
Bar plots with stacked columns marked with askterisks
..."peachpuff","tomato","seagreen","salmon") my.dataNcol <- ncol(my.data[,2:ncol(my.data)]) my.dataColour <- col[1:my.dataNcol] # a bar plot with stacked bars if (is.null(sample_output)) { pdf( "BarPlot.pdf") } else { pdf(file=paste("BarPlot_", sample_output, ".pdf", sep="")) } barplot(as.matrix(my.dataM), main=title, legend=rownames, col=c(my.dataColour) ) dev.off() ------Dataset A: data used with code above------ "" "Index1" "Index2" "Index3" "matched&...