Learn R Programming

RSEIS (version 2.1-6)

hodogram: 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

Examples

Run this code
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) )

Run the code above in your browser using DataLab