Learn R Programming

RSEIS (version 1.0-9)

VELMOD1D: Sample Velocity Model

Description

Seismic Velocity Model for Coso California

Usage

data(VELMOD1D)

Arguments

format

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 }

Details

Velocity model from a text file

References

Wu, H., and J. M. Lees (1999), Three-dimensional P- and S-wave velocity structures of the Coso Geothermal Area, California, from microseismic traveltime data, J. Geophys. Res. 104, 13,217-13,233.

Examples

Run this code
data(VELMOD1D)
Get1Dvel(VELMOD1D, PLOT=TRUE)

## maybe str(VELMOD1D) ; plot(VELMOD1D) ...

Run the code above in your browser using DataLab