Last data update: 2014.03.03

R: Sample Velocity Model
VELMOD1DR Documentation

Sample Velocity Model

Description

Seismic Velocity Model for Coso California

Usage

data(VELMOD1D)

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

data(VELMOD1D)
Get1Dvel(VELMOD1D, PLOT=TRUE)


Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RSEIS)
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/RSEIS/VELMOD1D.Rd_%03d_medium.png", width=480, height=480)
> ### Name: VELMOD1D
> ### Title: Sample Velocity Model
> ### Aliases: VELMOD1D
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(VELMOD1D)
> Get1Dvel(VELMOD1D, PLOT=TRUE)
$zp
 [1]  0.0  0.5  1.0  1.5  2.0  2.5  3.0  3.5  4.0  5.5 12.0 20.0

$vp
 [1] 4.50 4.51 4.92 4.92 5.46 5.46 5.54 5.54 5.58 5.58 6.05 7.20

$ep
 [1] 0 0 0 0 0 0 0 0 0 0 0 0

$zs
 [1]  0.0  0.5  1.0  1.5  2.0  2.5  3.0  3.5  4.0  5.5 12.0 20.0

$vs
 [1] 2.43 2.59 2.97 2.97 3.15 3.15 3.27 3.27 3.42 3.42 3.49 4.15

$es
 [1] 0 0 0 0 0 0 0 0 0 0 0 0

$name
[1] "/home/lees/Progs/R_PAX/wu_coso.vel"

$descriptor
[1] "#MODEL WU COSO REGINAL FINE LAYERS REGIONAL VELOCITY MODEL"      
[2] "#P DEPTH   P VEL      PERR      S DEPTH    S VEL    SERR        "

> 
> 
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>