partmotnet {RSEIS}R Documentation

Particle Motion on Stereonet

Description

Show Particle Motion on Stereonet

Usage

partmotnet(temp, LINES = FALSE, STAMP = STAMP, COL = rainbow(100))

Arguments

temp matrix of 3-component seismic data
LINES logical, TRUE=draw lines
STAMP identification stamp
COL color palette

Details

Show seismic particle motion on a sphere color coded by time.

Value

graphical side effect

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


data("GH")

temp = list(x=GH$JSTR[[1]][1168:1500], y=GH$JSTR[[2]][1168:1500], z=GH$JSTR[[3]][1168:1500])

sx = partmotnet(temp, STAMP="Example", LINES=TRUE, COL=rainbow(100) )



[Package RSEIS version 2.1-4 Index]