Last data update: 2014.03.03

R: 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) )


Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RSEIS)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/RSEIS/complex.hodo.Rd_%03d_medium.png", width=480, height=480)
> ### Name: complex.hodo
> ### Title: HodoGram Plot
> ### Aliases: complex.hodo
> ### Keywords: misc hplot
> 
> ### ** 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) )
> 
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>