search for: plotfixme

Displaying 1 result from an estimated 1 matches for "plotfixme".

Did you mean: plotfile
2005 Oct 01
1
X-Axis Label Overwritten By TickMark Values
Can someone tell me how to fix the left margin of plot region such that the tick values don't overwrite the x-axis label? I haven't been able to set the correct par option to fix this... TIA ------------ grdev <- function(...) { get(getOption("device"))(...) } plotFixMe <- function(spectrum, ...) { saved.par <- par(las = 1, tcl = 0.3) on.exit(par(saved.par)) plot(spectrum, type = "l", col = "blue", xlab = "", ylab = "", ...) title(main = "x-axis label...