nlayers {Rvelslant}R Documentation

Number of observations in each layer

Description

Calculates the number of travel-time observations that are located in each layer given the depths to the travel time measurements z and the depths to layer interfaces bot.

Usage

nlayers(z, bot)

Arguments

z depths of travel-time measurements.
bot depths to layer interfaces.

Value

an array the length of bot of the number of travel-time observations in each layer.

Author(s)

Eric M. Thompson <eric.thompson@tufts.edu>

See Also

find.ini

Examples

# Used internally by find.ini()


[Package Rvelslant version 0.2-3 Index]