Description Usage Arguments Value Author(s) See Also Examples
Plot a tomographic cross section that has been extracted from the model previously with TOMO3D.drive
1 |
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
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.