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
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,
>
&
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
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)
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 =
5 matches
Mail list logo