View source: R/boot_specieslevel.r
boot_specieslevel_once | R Documentation |
You will rarely use this function alone. It was designed to be executed in
parallel by boot_specieslevel_n
. See more
details there.
boot_specieslevel_once(
data,
col_lower,
col_higher,
index,
level,
start,
step,
seed,
...
)
data |
See |
col_lower |
See |
col_higher |
See |
index |
See |
level |
See |
start |
See |
step |
See |
seed |
Set seed to get reproducible random results. Passed to |
... |
See |
A list of 1, 2 or 4 matrices. This depends on the provided index
metric
and level
value.
This function is a wrapper of specieslevel
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.