SNET.drive: stereonet representation of particle motion

SNET.driveR 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 = "")


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.