SNET.drive | R Documentation |
stereonet representation of particle motion
SNET.drive(intempmat, pmolabs = c("Vertical", "North", "East"), STAMP = "")
intempmat |
matrix of 3-component seismogram |
pmolabs |
labels for components |
STAMP |
Identification stamp |
Interactive driver for partmotnet.
Graphical Side effect
Jonathan M. Lees<jonathan.lees.edu>
partmotnet
data("GH")
temp <- cbind(GH$JSTR[[1]], GH$JSTR[[2]], GH$JSTR[[3]])
atemp <- temp[1168:1500, ]
SNET.drive(atemp, pmolabs = c("Vertical", "North", "East"), STAMP = "")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.