Learn R Programming

Rquake (version 2.5-1)

gMAP: Generic Map Button

Description

Generic Map Button

Usage

gMAP(nh, g, idev = 3)

Value

Graphical Side Effects

Arguments

nh

RSEIS structure

g

parameters used in swig

idev

device for plotting (not used)

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

This is a button used internally in swig

See Also

swig

Examples

Run this code
if(interactive()){
####  this is interactive
###  adds button to swig menu
data(GH, package='RSEIS')

buts = "gMAP"
RSEIS::swig(GH, PADDLAB = buts )

}


Run the code above in your browser using DataLab