how to apply colour to a single barplot in R? -


this barchart

enter image description here

i want show "2014" plot in pink colour.i tried using

>barplot(seq(1:12), col=topo.colors(12)) 

all plots coloured,i want "2014" plot coloured in pink & remaining plots should remain same color.please guide me package too.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -