BUTREPLOT {RSEIS} | R Documentation |
Replot Function for SELBUT
Description
Replot Function for SELBUT
Usage
BUTREPLOT(opts, ncol = 5, HOZ = TRUE, TOP = TRUE,
cols = "white", main = "", xlim = c(0, 1),
ylim = c(0, 1), newplot = TRUE)
Arguments
opts |
character list of options |
ncol |
number of columns |
HOZ |
logical, TRUE=plot horizontally |
TOP |
logical, TRUE=plot top-down |
cols |
colors |
main |
character title |
xlim |
x-limits in plotting region (user coordinates) |
ylim |
y-limits in plotting region (user coordinates) |
newplot |
logical, new plot? |
Details
Used internally in SELBUT as a replotting function
Value
list
M |
x,y matrix of grid |
dx |
delta x |
dy |
delta y |
rx |
range of x |
ry |
range of y |
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
SELBUT, swig
Examples
STDLAB <- c("DONE", "QUIT", "zoom.out", "zoom.in",
"SELBUT", "FILT","UNFILT", "PSEL", "SGRAM",
"WLET", "SPEC", "XTR" )
BUTREPLOT(STDLAB)
[Package RSEIS version 4.2-0 Index]