complex.hodo: HodoGram Plot

complex.hodoR Documentation

HodoGram Plot

Description

HodoGram Plot

Usage

complex.hodo(nbaz, dt = dt, labs = c("Vertical", "North", "East"),
 COL = rainbow(100), STAMP = "")

Arguments

nbaz

n by 3 matrix

dt

time sample rate

labs

labels for the components

COL

color palette

STAMP

character stamp for identification

Value

sx = list graphical side effect

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


data("GH")

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

pmolabs <- c("Vertical", "North", "East")


sx <- complex.hodo(temp, dt=GH$dt[1]  ,labs=pmolabs,
STAMP="Example",  COL=rainbow(100) )



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