SNET.drive {RSEIS}R Documentation

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

Details

Interactive driver for partmotnet.

Value

Graphical Side effect

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

partmotnet

Examples


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 = "")


[Package RSEIS version 2.1-4 Index]