PLOT.TOMOXSEC: Plot a tomographic cross section

Description Usage Arguments Value Author(s) See Also Examples

Description

Plot a tomographic cross section that has been extracted from the model previously with TOMO3D.drive

Usage

1
PLOT.TOMOXSEC(XZSEC, depth = c(-25, 0), COL = NULL, LIM = NULL, STA = NULL, ADD = FALSE)

Arguments

XZSEC

Cross section list

depth

Depth range

COL

color palette

LIM

limits for values in image

STA

stations to be projected

ADD

logical, TRUE=add to existing plot

Value

Graphical Side Effects

Author(s)

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

See Also

TOMOXSEC, XSEC.drive

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
data(HELMOD)

### after L = locator(2)
L=list()
L$x=c( 4.21883807095,23.99298268599)
L$y=c(15.8014536521,11.4951858659)

###  create the cross section:
XZ = TOMOXSEC(HELMOD, L$x[1], L$y[1], L$x[2],  L$y[2] , zmax=20, COL=tomo.colors(100), PLOT=FALSE)


###  Now plot the cross section
PLOT.TOMOXSEC(XZ)

RTOMO documentation built on May 2, 2019, 3:35 p.m.