gMAP {Rquake} | R Documentation |
Generic Map Button
Description
Generic Map Button
Usage
gMAP(nh, g, idev = 3)
Arguments
nh |
RSEIS structure |
g |
parameters used in swig |
idev |
device for plotting (not used) |
Details
This is a button used internally in swig
Value
Graphical Side Effects
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
swig
Examples
if(interactive()){
#### this is interactive
### adds button to swig menu
data(GH, package='RSEIS')
buts = "gMAP"
RSEIS::swig(GH, PADDLAB = buts )
}
[Package Rquake version 2.5-1 Index]