search for: pretty10exp

Displaying 2 results from an estimated 2 matches for "pretty10exp".

2013 Mar 26
6
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]]
2007 Nov 23
0
R users in Cyprus
...lp02a/archive/57255.html Also, incidentally several weeks ago, I had added the following to the 'ChangeLog' of my package "sfsmisc" : 2007-10-13 Martin Maechler <maechler at stat.math.ethz.ch> * R/prettylab.R (eaxis): new function for nice (log) axis labeling. (pretty10exp): drop.1: -10^k instead of -1*10^k Here is the code -- which also needs package sfsmisc. eaxis <- function(side, at = axTicks(side, log=log), labels = NULL, log = NULL, f.smalltcl = 3/5, at.small = NULL, small.mult = NULL, outer.at = TRUE, drop.1 = TRUE) {...