[R] How do I show real values on a log10 histogram
PIKAL Petr
petr.pikal at precheza.cz
Tue Mar 26 12:01:47 CET 2013
Hi
maybe
axis(3, (x)^10)
Regards
Petr
> -----Original Message-----
> From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-
> project.org] On Behalf Of Shane Carey
> Sent: Tuesday, March 26, 2013 11:19 AM
> To: r-help at r-project.org
> Subject: [R] How do I show real values on a log10 histogram
>
> Hi,
>
> I have a histogram with values logged to the base 10
>
> hist(log10(x),breaks=60)
>
> How do I show the log values on the x-axis and a second x-axis showing
> the real values?
>
> Thanks
>
> --
> Shane
>
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-
> guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list