FANCY.TOMO: Show horizontal tomographic section layer by layer

Description Usage Arguments Value Author(s) See Also Examples

Description

Show horizontal tomographic section layer by layer

Usage

1
2
3
4
FANCY.TOMO(MOD, i, COL = NULL, LIM = NULL, MAP = NULL, MAPLIM = NULL,
STA = NULL, staparams = list(col = "green", pch = 6, cex = 0.8, name =
FALSE), PTS = NULL, ptsparams = list(col = "green", pch = 6, cex = 0.8,
name = FALSE), TIT = "Layer", mainTIT="Layer", UNITS = "", bkgr = "DarkSlateGray4")

Arguments

MOD

MODEL list

i

layer number

COL

color palette

LIM

Limit

MAP

Map list (GEOmap)

MAPLIM

Geographic limits on map

STA

station list (name, lat lon z)

staparams

graphical parameters for plotting stations

PTS

points list, e.e. earthquakes (lat lon z)

ptsparams

graphical parameters for plotting points

TIT

Title

mainTIT

Main Title

UNITS

units

bkgr

background color for NA in image

Value

Graphical Side effects

Author(s)

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

See Also

SHOWTOMO

Examples

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

for(i in 1:length(HELMOD$MOD))
{
##  i = 4
FANCY.TOMO(HELMOD, i, MAP=HELMAP, bkgr="beige")

locator()


}

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