axesLimits {RSurvey}R Documentation

Set Limits on Raster Data

Description

A GUI for setting plotting limits associated with raster data.

Usage

axesLimits(tt2 = NULL, old = list())

Arguments

tt2 a Tk toplevel widget.
old the current plotting limits, see Value section.

Value

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.

Author(s)

Fisher, J. C.

Examples

axesLimits()

[Package RSurvey version 0.4.5 Index]