SHOWTOMO {RTOMO}R Documentation

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")

Arguments

MOD MODEL list
colmap color palette
zlim Limit
MAP Map list (GEOmap)
I first lay index
J last layer index
bkgr background color

Value

Graphical Side effects

Author(s)

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

See Also

FANCY.TOMO

Examples

data(HELMOD)
data(HELMAP)
SHOWTOMO(HELMOD, MAP=HELMAP,  bkgr="beige", I=1, J=15)


[Package RTOMO version 1.0-6 Index]