zfromx: Determine Bottom Depth from Easting

Description Usage Arguments Details Value See Also

Description

Determine the distance to the bottom from a given easting.

Usage

1
zfromx(x, maxz, eastr, ints, slopes)

Arguments

x

A numeric vector of the eastings to convert (in m).

maxz

A numeric scalar, the maximum bottom depth of the lake (in m).

eastr

A numeric vector of length 2, easting range (minimum and maximum) corresponding to the west and east shores of the lake (in m).

ints

A numeric vector of length 2, the intercepts of the angled lake beds along the west and east shores of the lake (in m).

slopes

A numeric vector of length 2, the slopes of the angled lake beds along the west and east shores of the lake (unitless).

Details

An internal function called by SimFish.

Value

A numeric vector, same length as x, with distances to bottom for each easting provided (in m).

See Also

SimFish, dfromx, xfromz.


JVAdams/artiFISHal documentation built on May 7, 2019, 10:14 a.m.