Description Usage Arguments Value Author(s) Examples
A graphical user interface (GUI) for specifying axes limits.
1 | SetAxesLimits(lim = NULL, parent = NULL)
|
lim |
list. Contains the current plotting limits, see ‘Value’ section. |
parent |
tkwin. GUI parent window |
Returns an object of class list containing the following components:
x1, x2 |
minimum and maximum |
y1, y2 |
minimum and maximum |
z1, z2 |
minimum and maximum |
x1.chk, x2.chk |
if true, a default value is used for the minimum and maximum |
y1.chk, y2.chk |
if true, a default value is used for the minimum and maximum |
z1.chk, z2.chk |
if true, a default value is used for the minimum and maximum |
x |
vector of |
y |
vector of |
z |
vector of |
J.C. Fisher, U.S. Geological Survey, Idaho Water Science Center
1 2 3 4 | ## Not run:
SetAxesLimits()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.