Last data update: 2014.03.03

R: plot theoretical arrival times for a seismic section
plotarrivalsR Documentation

plot theoretical arrival times for a seismic section

Description

plot theoretical arrival times for a seismic section

Usage

plotarrivals(x, THEORY, add = FALSE)

Arguments

x

matrix of wiggles

THEORY

theoretical arrivals

add

logical, if TRUE=Add to existing plot

Details

plots go from top of page down

Value

graphical side effect

Note

Used for adding information to wiggle plots.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

symshot1, wiggleimage

Examples


S1 <- symshot1()

wiggleimage(S1$smograms  , dt=(-S1$dt), dx=S1$dx)

plotarrivals(S1$x, S1$THEORY, add = TRUE)



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/plotarrivals.Rd_%03d_medium.png", width=480, height=480)
> ### Name: plotarrivals
> ### Title: plot theoretical arrival times for a seismic section
> ### Aliases: plotarrivals
> ### Keywords: misc
> 
> ### ** Examples
> 
> 
> S1 <- symshot1()
> 
> wiggleimage(S1$smograms  , dt=(-S1$dt), dx=S1$dx)
> 
> plotarrivals(S1$x, S1$THEORY, add = TRUE)
> 
> 
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>