PLOT.TOMOXSEC {RTOMO} | R Documentation |
Plot a tomographic cross section that has been extracted from the model previously with TOMO3D.drive
PLOT.TOMOXSEC(XZSEC, depth = c(-25, 0), COL = NULL, LIM = NULL, STA = NULL, ADD = FALSE)
XZSEC |
Cross section list |
depth |
Depth range |
COL |
color palette |
LIM |
limits for values in image |
STA |
stations to be projected |
ADD |
logical, TRUE=add to existing plot |
Graphical Side Effects
Jonathan M. Lees<jonathan.lees@unc.edu>
TOMOXSEC, XSEC.drive
data(HELMOD) ### after L = locator(2) L=list() L$x=c( 4.21883807095,23.99298268599) L$y=c(15.8014536521,11.4951858659) ### create the cross section: XZ = TOMOXSEC(HELMOD, L$x[1], L$y[1], L$x[2], L$y[2] , zmax=20, COL=tomo.colors(100), PLOT=FALSE) ### Now plot the cross section PLOT.TOMOXSEC(XZ)