RTOMO (version 1.1-6)

SHOWTOMO: Show many layers of tomoggraphic model

Description

Plots a row of layers for quick view of tomographic results with map overlay.

Usage

SHOWTOMO(MOD, colmap = topo.colors(100), zlim = NULL, MAP = NULL, I = 1,
J = 2, bkgr="white", linelty = 1, linelwd = 1, ptpch=".", ptcex=1)

Arguments

MOD

MODEL list

colmap

color palette

zlim

Limit

MAP

Map list (GEOmap)

I

first lay index

J

last layer index

bkgr

background color

linelty

Line type, for GEOmap

linelwd

line width, for GEOmap

ptpch

plotting character for strokes (style=1) that are plotted as points, for GEOmap

ptcex

character expansion factor for style=1 strokes, for GEOmap

Value

Graphical Side effects

See Also

FANCY.TOMO

Examples

Run this code
# NOT RUN {
data(HELMOD)
data(HELMAP)
SHOWTOMO(HELMOD, MAP=HELMAP,  bkgr="beige", I=1, J=15)

# }

Run the code above in your browser using DataLab