ConvVdepth2p: Vertex Depth to Ray Parameter

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ConvVdepth2p.R

Description

Calculates ray parameter given the vertex depth of a ray.

Usage

1

Arguments

model

planet model

z

Vertex depth (km)

Value

A list with the following elements:

prayp

P wave ray parameter

srayp

S wave ray parameter

newz

Vertex depth

Author(s)

Jake Anderson

See Also

ConvP2Vdepth, ConvP2Vdepthinv

Examples

1
2
3
data(model)

ConvVdepth2p(model, 300) # calculates p for a ray bottoming at 300 km

TauP.R documentation built on May 2, 2019, 3:25 a.m.