search for: datacolour

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

Did you mean: datacolor
2009 Aug 07
0
Bar plots with stacked columns marked with askterisks
...col = c ("red ","orange ","yellow ","green ","violet ","cyan","blue","pink","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(...