hodogram {RSEIS}R Documentation

HodoGram Plot

Description

HodoGram Plot

Usage

hodogram(nbaz, dt = dt, labs = c("Vertical", "North", "East"), COL =rainbow(140)[1: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 = hodogram(temp, dt=GH$dt[1]  ,labs=pmolabs,  STAMP="Example",  COL=rainbow(100) )


[Package RSEIS version 2.1-4 Index]