powered by
Read in a velocity model
Get1Dvel(infile, PLOT = TRUE)
Path to ascii-text model
logical, TRUE=plot
LIST:
vector of Tops of Layers, P-wave, (km)
vector of velocities of Layers, P-wave,(km/s)
errors for velocities, P-wave,(km/s)
vector of Tops of Layers, S-wave, (km)
vector of velocities of Layers, S-wave,(km/s)
errors for velocities, S-wave,(km/s)
character, name of model
character vector description of model
Reads Velocity model from a text file
# NOT RUN { # } # NOT RUN { VELMOD1D = Get1Dvel("/home/lees/Progs/R_PAX/wu_coso.vel", PLOT=TRUE) # } # NOT RUN { data(VELMOD1D) Get1Dvel(VELMOD1D, PLOT=TRUE) # } # NOT RUN { # }
Run the code above in your browser using DataLab