Re: [R] histogram fill lattice

2012-06-15 Thread David Winsemius
oject.org Subject: Re: [R] histogram fill lattice On Jun 13, 2012, at 9:55 AM, Powell, Jeff wrote: Dear all, I would like to change the "fill" pattern of a histogram using histogram() in the lattice package. I know how to do so using hist(), but would prefer to stay within lattic

Re: [R] histogram fill lattice

2012-06-15 Thread Powell, Jeff
uck? With regards, Jeff -Original Message- From: David Winsemius [mailto:dwinsem...@comcast.net] Sent: woensdag 13 juni 2012 16:40 To: Powell, Jeff Cc: R-help@r-project.org Subject: Re: [R] histogram fill lattice On Jun 13, 2012, at 9:55 AM, Powell, Jeff wrote: > > Dear all, > &

Re: [R] histogram fill lattice

2012-06-15 Thread Deepayan Sarkar
On Wed, Jun 13, 2012 at 8:10 PM, David Winsemius wrote: > > On Jun 13, 2012, at 9:55 AM, Powell, Jeff wrote: > >> >> Dear all, >> >> I would like to change the "fill" pattern of a histogram using histogram() >> in the lattice package.  I know how to do so using hist(), but would prefer >> to stay

Re: [R] histogram fill lattice

2012-06-13 Thread David Winsemius
On Jun 13, 2012, at 9:55 AM, Powell, Jeff wrote: Dear all, I would like to change the "fill" pattern of a histogram using histogram() in the lattice package. I know how to do so using hist(), but would prefer to stay within lattice. dt1 <- rnorm(100,0,1) hist(dt1, density=3, angle=45)

[R] histogram fill lattice

2012-06-13 Thread Powell, Jeff
Dear all, I would like to change the "fill" pattern of a histogram using histogram() in the lattice package. I know how to do so using hist(), but would prefer to stay within lattice. dt1 <- rnorm(100,0,1) hist(dt1, density=3, angle=45) library(lattice) histogram(dt1, xlab =