Learn R Programming

TauP.R (version 1.5)

LVZSmp: Identify LVZs

Description

Identify low velocity zones in a planet model and improve depth sampling in them.

Usage

LVZSmp(oldmodel)

Arguments

oldmodel

Planet model

Value

List with following elements:

lvzextra

Planet model only containing addtional depth samples to improve model.

criticalz

Depths to bottoms of LVZs (km)

Examples

Run this code
# NOT RUN {
data(model)
LVZSmp(model)
 
# }

Run the code above in your browser using DataLab