axesLimits {RSurvey} | R Documentation |
A GUI for setting plotting limits associated with raster data.
axesLimits(tt2 = NULL, old = list())
tt2 |
a Tk toplevel widget. |
old |
the current plotting limits, see Value section. |
A list containing 6 components:
z.min |
the minimum z-axis value, default NA . |
z.min.auto |
the default value for the minimum z-axis, default TRUE . |
z.max |
the maximum z-axis value, default NA . |
z.max.auto |
the default value for the maximum z-axis, default TRUE . |
z.lev |
the number of contour levels, default NA . |
z.lev.auto |
the default value for the number of contour levels, default TRUE . |
Fisher, J. C.
axesLimits()