powered by
logVals
axis
abline
logAxis(from=-7, side=1, lcol="grey", lty=1, lwd=1, expr, logargs=NULL, las=1, ...)
lwd, col.ticks, hadj, lty
log10
x <- 10^runif(200, -1, 2) plot(x, 1:200, xaxt="n", log="x") logAxis(x) # overplot vertical lines: logAxis(x, expr=points(x, 1:200), logargs=list(base=c(1,2,5)), col=2 )
Run the code above in your browser using DataLab