Get1Dvel | R Documentation |
Read in a velocity model
Get1Dvel(infile, PLOT = TRUE)
infile |
Path to ascii-text model |
PLOT |
logical, TRUE=plot |
Reads Velocity model from a text file
LIST:
zp |
vector of Tops of Layers, P-wave, (km) |
vp |
vector of velocities of Layers, P-wave,(km/s) |
ep |
errors for velocities, P-wave,(km/s) |
zs |
vector of Tops of Layers, S-wave, (km) |
vs |
vector of velocities of Layers, S-wave,(km/s) |
es |
errors for velocities, S-wave,(km/s) |
name |
character, name of model |
descriptor |
character vector description of model |
Jonathan M. Lees<jonathan.lees.edu>
Plot1Dvel, Comp1Dvel, Comp1Dvels, travel.time1D
data(VELMOD1D)
Get1Dvel(VELMOD1D, PLOT=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.