SHOWTOMO {RTOMO} | R Documentation |
Plots a row of layers for quick view of tomographic results with map overlay.
SHOWTOMO(MOD, colmap = topo.colors(100), zlim = NULL, MAP = NULL, I = 1, J = 2, bkgr="white")
MOD |
MODEL list |
colmap |
color palette |
zlim |
Limit |
MAP |
Map list (GEOmap) |
I |
first lay index |
J |
last layer index |
bkgr |
background color |
Graphical Side effects
Jonathan M. Lees<jonathan.lees@unc.edu>
FANCY.TOMO
data(HELMOD) data(HELMAP) SHOWTOMO(HELMOD, MAP=HELMAP, bkgr="beige", I=1, J=15)