RSurvey (version 0.9.3)

SetAxesLimits: GUI: Axes Limits

Description

A graphical user interface (GUI) for specifying axes limits.

Usage

SetAxesLimits(lim = NULL, parent = NULL)

Arguments

lim

list. Contains the current plotting limits, see ‘Value’ section.

parent

tkwin. GUI parent window

Value

Returns an object of class list containing the following components:

x1, x2

minimum and maximum x value.

y1, y2

minimum and maximum y value.

z1, z2

minimum and maximum z value.

x1.chk, x2.chk

if true, a default value is used for the minimum and maximum x value.

y1.chk, y2.chk

if true, a default value is used for the minimum and maximum y value.

z1.chk, z2.chk

if true, a default value is used for the minimum and maximum z value.

x

vector of x limits (x1,x2), default is (NA,NA).

y

vector of y limits (y1,y2), default is (NA,NA).

z

vector of z limits (z1,z2), default is (NA,NA).

Examples

Run this code
# NOT RUN {
  SetAxesLimits()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab