lakeMaxDepth | R Documentation |
This function uses slope and distance to estimate max depth. This is based on the assumption that the slope of the surrounding topography is similar to the bathymetry of the lake (Hollister et. al 2011).
lakeMaxDepth(inLakeMorpho, slope_quant = 0.5, correctFactor = 1)
inLakeMorpho |
An object of |
slope_quant |
The slope quantile to use to estimate maximum depth. Defaults to the median as described in (Hollister et. al, 2011). |
correctFactor |
Value used to correct the predicted maximum lake depth. Defaults to 1. Corrections are simply accomplished by multiplying estimated max depth by correction factor. Correction factors can be determined empirically by regressing the predicted depth against a known maximum depth while forcing the intercept through zero. The slope of the line would then be used as the correction factor(Hollister et. al, 2011). |
Returns a numeric value of the predicted maximum depth
Hollister, J. W., W.B. Milstead, M.A. Urrutia (2011). Predicting Maximum Lake Depth from Surrounding Topography. PLoS ONE 6(9). \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1371/journal.pone.0025764")}
Florida LAKEWATCH (2001). A Beginner's guide to water management - Lake Morphometry (2nd ed.). Gainesville: Florida LAKEWATCH, Department of Fisheries and Aquatic Sciences. Link
data(lakes)
lakeMaxDepth(inputLM)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.