Description Usage Arguments Examples
View source: R/calculateLittoralDepth.r
calculateLittoralDepth calculates the non-wadeable
littoral depth metrics. There are two different implementations that vary
primarily in speed. calculateLittoralDepth is faster although the
implementation is somewhat more obtuse. calculateLittoralDepth2 uses
ddply and is fairly simple.
1 | calculateLittoralDepth(uid, depth)
|
uid |
a vector of site-visit indicators |
depth |
a vector of depth measurements (with the same units) |
1 2 | calculateLittoralDepth(uid = rep(1:10, each = 10), depth = rnorm(100))
calculateLittoralDepth(uid = rep(1, 5), depth = rep(NA, 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.