BUTREPLOT | R Documentation |
Replot Function for SELBUT
BUTREPLOT(opts, ncol = 5, HOZ = TRUE, TOP = TRUE,
cols = "white", main = "", xlim = c(0, 1),
ylim = c(0, 1), newplot = TRUE)
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? |
Used internally in SELBUT as a replotting function
list
M |
x,y matrix of grid |
dx |
delta x |
dy |
delta y |
rx |
range of x |
ry |
range of y |
Jonathan M. Lees<jonathan.lees@unc.edu>
SELBUT, swig
STDLAB <- c("DONE", "QUIT", "zoom.out", "zoom.in",
"SELBUT", "FILT","UNFILT", "PSEL", "SGRAM",
"WLET", "SPEC", "XTR" )
BUTREPLOT(STDLAB)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.