Learn R Programming

RSEIS (version 2.4-1)

SNET.drive: stereonet representation of particle motion

Description

stereonet representation of particle motion

Usage

SNET.drive(intempmat, pmolabs = c("Vertical", "North", "East"), STAMP = "")

Arguments

intempmat
matrix of 3-component seismogram
pmolabs
labels for components
STAMP
Identification stamp

Value

  • Graphical Side effect

Details

Interactive driver for partmotnet.

See Also

partmotnet

Examples

Run this code
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 = "")

Run the code above in your browser using DataLab