find.ini {Rvelslant}R Documentation

Find initial values for optimization

Description

Only to be used by autopick. Sorts the layers based on the n-weighted RSS.

Usage

find.ini(mod)

Arguments

mod the model that the interface is to be added to. Returned from regress or snellregress.

Value

list with the following elements:

top ordered array of depths to the tops of each layer.
mid ordered array of depths to the middle of each layer.
bot ordered array of depths to the bottom of each layer.

Author(s)

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

See Also

autopick

Examples

# Used internally by autopick()


[Package Rvelslant version 0.2-3 Index]