Learn R Programming

RSEIS (version 2.6-0)

SNET.drive: stereonet representation of particle motion

Description

stereonet representation of particle motion

Usage

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

Arguments

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