Learn R Programming

RSEIS (version 3.7-4)

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

M

x,y matrix of grid

dx

delta x

dy

delta y

rx

range of x

ry

range of y

Details

Used internally in SELBUT as a replotting function

See Also

SELBUT, swig

Examples

Run this code
# NOT RUN {

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