Skip to content
Prev 206401 / 398506 Next

Barplots in R

Hi!

Let's suppose the values for the x axis are stored in 'values'.

barplot(values, col=c(rep("Red",3),rep(1,length(values)-8),rep("Blue",5)))

HTH,
Kimmo

vikrant kirjoitti: