[R] How to fill bar plot with textile rather than color

John Kane jrkrideau at yahoo.ca
Mon Jan 28 15:41:44 CET 2008


density  ?barplot

aa <- c(4,5,6)
barplot(aa, density=2, col='red', border="blue")

--- CHENYS <jeffelf at gmail.com> wrote:

> Hi, I'm looking for a tool which can fill bar chart
> with dash, skewed line,
> or grids, rather than pure color. Any one have the
> idea how to do that in R?
> Or maybe in Matlab will also be helpful.
> 
> Thanks very much.
> -- 
> View this message in context:
>
http://www.nabble.com/How-to-fill-bar-plot-with-textile-rather-than-color-tp15127737p15127737.html
> Sent from the R help mailing list archive at
> Nabble.com.
> 
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained,
> reproducible code.
>



More information about the R-help mailing list