idpoints.hodo: ID points on Hodogram

idpoints.hodoR Documentation

ID points on Hodogram

Description

Identification of points on a hodogram

Usage

idpoints.hodo(nbaz, sx, X, Y)

Arguments

nbaz

matrix 3 by n

sx

x vector

X

x-coordinates to id

Y

y-coordinates to id

Details

Used in conjunction with other interative plots.

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

PMOT.drive

Examples



data("GH")
sel<- which(GH$STNS == "CE1")


temp <- cbind(GH$JSTR[[sel[1]]][1168:1500],
 GH$JSTR[[sel[2]]][1168:1500], GH$JSTR[[sel[3]]][1168:1500])
dt <-  GH$dt[ sel[1] ]
STAMP <- "GH"

PMOT.drive(temp, dt,
 pmolabs = c("Vertical", "North", "East"), STAMP = STAMP)


## ids <- idpoints.hodo(temp, sx, zloc$x[sn1], zloc$y[sn1])


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