Learn R Programming

RSEIS (version 3.3-3)

BUTREPLOT: 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?

Value

  • list
  • Mx,y matrix of grid
  • dxdelta x
  • dydelta y
  • rxrange of x
  • ryrange of y

Details

Used internally in SELBUT as a replotting function

See Also

SELBUT, swig

Examples

Run this code
STDLAB <- c("DONE", "QUIT", "zoom.out", "zoom.in",
  "SELBUT", "FILT","UNFILT", "PSEL", "SGRAM",
       "WLET", "SPEC", "XTR" )
BUTREPLOT(STDLAB)

Run the code above in your browser using DataLab