Learn R Programming

RSEIS (version 4.2-4)

hodogram: HodoGram Plot

Description

HodoGram Plot

Usage

hodogram(nbaz, dt = dt, labs = c("Vertical", "North", "East"),
COL =rainbow(140)[1:100] , STAMP = "")

Value

sx = list graphical side effect

Arguments

nbaz

n by 3 matrix

dt

time sample rate

labs

labels for the components

COL

color palette

STAMP

character stamp for identification

Author

Jonathan M. Lees<jonathan.lees.edu>

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