It's easier to do log plots as
plot(h$density, log = L)
where L is one of "x", "y", or "xy" as you choose. This is well documented.
Michael
On Wed, Mar 14, 2012 at 12:02 AM, Sam Steingold wrote:
>> * David Winsemius [2012-03-13 17:53:14 -0400]:
>> On Mar 13, 2012, at 5:33 PM, Sam Steingold wr
> * David Winsemius [2012-03-13 17:53:14 -0400]:
> On Mar 13, 2012, at 5:33 PM, Sam Steingold wrote:
>> I can, of course, plot log(h$density), but then the number labels will
>> be wrong.
>
> You could try apply a log transform to the appropriate component of
> the "h" object and using barplot to
On Mar 13, 2012, at 5:33 PM, Sam Steingold wrote:
I have a vector x:
table(x)
2 3 4 5 6 7 8 9101112
1314
45547 11835 4692 2241 1386 820 593 425 298 239 176
158 115
1516171819202122232
I have a vector x:
table(x)
2 3 4 5 6 7 8 91011121314
45547 11835 4692 2241 1386 820 593 425 298 239 176 158 115
15161718192021222324252627
9488766747
4 matches
Mail list logo