powered by
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", linelty = 1, linelwd = 1, ptpch=".", ptcex=1)
MODEL list
color palette
Limit
Map list (GEOmap)
first lay index
last layer index
background color
Line type, for GEOmap
line width, for GEOmap
plotting character for strokes (style=1) that are plotted as points, for GEOmap
character expansion factor for style=1 strokes, for GEOmap
Graphical Side effects
FANCY.TOMO
# 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