Re: [R] B-W stacked area chart with pattern

2008-01-30 Thread Greg Snow
> Sent: Wednesday, January 30, 2008 1:16 AM > To: Greg Snow > Cc: r-help@r-project.org > Subject: Re: [R] B-W stacked area chart with pattern > > Thank you Greg for your comments. > Here is a (very) simple example of what my data might look like: > > res <- matrix(s

Re: [R] B-W stacked area chart with pattern

2008-01-30 Thread hadley wickham
On Jan 30, 2008 2:15 AM, Markus Didion <[EMAIL PROTECTED]> wrote: > Thank you Greg for your comments. > Here is a (very) simple example of what my data might look like: > > res <- matrix(sample(20:25, 41*12, replace=T), nrow=12, ncol=41, > dimnames=list(c(paste("sp",1:12)), c(seq(0, 200, by=5 >

Re: [R] B-W stacked area chart with pattern

2008-01-30 Thread Markus Didion
Thank you Greg for your comments. Here is a (very) simple example of what my data might look like: res <- matrix(sample(20:25, 41*12, replace=T), nrow=12, ncol=41, dimnames=list(c(paste("sp",1:12)), c(seq(0, 200, by=5 barplot(res, space=0, legend.text=T, beside=F, col=c("white","grey50"), bo

Re: [R] B-W stacked area chart with pattern

2008-01-29 Thread David Scott
-help@r-project.org Subject: Re: [R] B-W stacked area chart with pattern Thanks Hadley for your comment. I've got a minimum of 12 species and thus just using different greys won't do it. I've tried it with two background fills, i.e. white and a medium grey, and then used various angles

Re: [R] B-W stacked area chart with pattern

2008-01-29 Thread Greg Snow
EMAIL PROTECTED] (801) 408-8111 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Markus Didion > Sent: Tuesday, January 29, 2008 8:42 AM > To: hadley wickham > Cc: r-help@r-project.org > Subject: Re: [R] B-W stacked area chart with

Re: [R] B-W stacked area chart with pattern

2008-01-29 Thread Markus Didion
Thanks Hadley for your comment. I've got a minimum of 12 species and thus just using different greys won't do it. I've tried it with two background fills, i.e. white and a medium grey, and then used various angles for the shading lines, even plotted it twice to obtain some sort of cross shadi

Re: [R] B-W stacked area chart with pattern

2008-01-29 Thread hadley wickham
On Jan 29, 2008 9:12 AM, Markus Didion <[EMAIL PROTECTED]> wrote: > Dear all, > > I would like to create a stacked area chart to show the development of > species biomass over time. Since it is intended for publication I need > to prepare in black and white. I have tried to modify the "stackedPlot

[R] B-W stacked area chart with pattern

2008-01-29 Thread Markus Didion
Dear all, I would like to create a stacked area chart to show the development of species biomass over time. Since it is intended for publication I need to prepare in black and white. I have tried to modify the "stackedPlot" function submitted to this list by Christian Lasarczyk on Tue, 16 Aug