Learn R Programming

RSurvey (version 0.7-9)

SetAxesLimits: Set Axes Limits

Description

A GUI for specifying axes limits.

Usage

SetAxesLimits(lim = NULL, parent = NULL)

Arguments

lim
list; contains the current plotting limits, see Value.
parent
tkwin; the GUI parent window.

Value

  • Returns a list containing the following components:
  • x1, x2numeric; the minimum and maximum x value.
  • y1, y2numeric; the minimum and maximum y value.
  • z1, z2numeric; the minimum and maximum z value.
  • x1.chk, x2.chklogical; if TRUE a default value is used for the minimum and maximum x value.
  • y1.chk, y2.chklogical; if TRUE a default value is used for the minimum and maximum y value.
  • z1.chk, z2.chklogical; if TRUE a default value is used for the minimum and maximum z value.
  • xnumeric; a vector of x limits (x1,x2), default is (NA,NA).
  • ynumeric; a vector of y limits (y1,y2), default is (NA,NA).
  • znumeric; a vector of z limits (z1,z2), default is (NA,NA).

Examples

Run this code
SetAxesLimits()

Run the code above in your browser using DataLab