[R] Adjusting the Axis in a histogram to the prespecified breaks
Titus von der Malsburg
malsburg at gmail.com
Mon Feb 16 20:21:59 CET 2009
On Mon, Feb 16, 2009 at 11:08:24AM -0800, Christian Langkamp wrote:
> I could of course log the whole data
> set, but then explaining that transformation within a presentation is
> generally not a pleasant exercise.
You don't have to explain it. Just calculate the hist of the log and
label the axis with 0, 1, 2, 4, 8, 16
See ?axis
Titus
More information about the R-help
mailing list