Description Usage Arguments Value Examples
Simply extracts element i
of depth
but includes failsafes for missing depth or missing i
. Used by other functions.
1 |
i |
element of |
depth |
vector of depths at which |
If both i
and depth
are provided, return depth[i]
. If i
is NULL/empty, return NA. If depth
is NULL return i
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.