boot_specieslevel_once: Bootstrap metric at the species level once.

View source: R/boot_specieslevel.r

boot_specieslevel_onceR Documentation

Bootstrap metric at the species level once.

Description

You will rarely use this function alone. It was designed to be executed in parallel by boot_specieslevel_n. See more details there.

Usage

boot_specieslevel_once(
  data,
  col_lower,
  col_higher,
  index,
  level,
  start,
  step,
  seed,
  ...
)

Arguments

data

See boot_specieslevel_n.

col_lower

See boot_specieslevel_n.

col_higher

See boot_specieslevel_n.

index

See boot_specieslevel_n.

level

See boot_specieslevel_n.

start

See boot_specieslevel_n.

step

See boot_specieslevel_n.

seed

Set seed to get reproducible random results. Passed to set.seed().

...

See boot_specieslevel_n.

Value

A list of 1, 2 or 4 matrices. This depends on the provided index metric and level value.

References

This function is a wrapper of specieslevel.


valentinitnelav/bootstrapnet documentation built on June 5, 2024, 3:21 p.m.