search for: pwoff

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

Did you mean: pgoff
2001 Feb 27
1
Patch to coplot.R
...amp;& ((total.rows - ! i)%%2 == 1)) ! axis(4, xpd = NA) box() } if (have.b) { *************** *** 255,274 **** par(fig = c(0, f.col, f.row, 1), mar = nmar, new = TRUE) plot.new() nint <- nrow(a.intervals) ! pwoffs <- nint / 32 ! plot.window(c(min(a.intervals[is.finite(a.intervals)] + pwoffs), ! max(a.intervals[is.finite(a.intervals)]) - pwoffs), ! 0.5 + c(0, nint), log = "") ! rect(a.intervals[, 1], 1:nint - 0.5, a.intervals[, 2], !...