Learn R Programming

RTOMO (version 1.1-6)

FANCY.TOMO: Show horizontal tomographic section layer by layer

Description

Show horizontal tomographic section layer by layer

Usage

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

See Also

SHOWTOMO

Examples

Run this code
# NOT RUN {
data(HELMOD)
data(HELMAP)

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

locator()


}

# }

Run the code above in your browser using DataLab