Last chance! 50% off unlimited learning
Sale ends in
Show Particle Motion on Stereonet
partmotnet(temp, LINES = FALSE, STAMP = STAMP, COL = rainbow(100))
graphical side effect
matrix of 3-component seismic data
logical, TRUE=draw lines
identification stamp
color palette
Jonathan M. Lees<jonathan.lees.edu>
Show seismic particle motion on a sphere color coded by time.
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) )
Run the code above in your browser using DataLab