Learn R Programming

breakaway (version 4.8.4)

breakaway: Species richness estimation with breakaway

Description

breakaway is a wrapper for modern species richness estimation for modern datasets

Usage

breakaway(
  input_data,
  cutoff = NA,
  output = NULL,
  plot = NULL,
  answers = NULL,
  print = NULL,
  ...
)

Value

An object of class alpha_estimate

Arguments

input_data

An input type that can be processed by convert()

cutoff

The maximum frequency count to use for model fitting

output

Deprecated; only for backwards compatibility

plot

Deprecated; only for backwards compatibility

answers

Deprecated; only for backwards compatibility

print

Deprecated; only for backwards compatibility

...

Additional arguments will be ignored; this is for backward compatibility

Author

Amy Willis

References

Willis, A. and Bunge, J. (2015). Estimating diversity via frequency ratios. Biometrics, 71(4), 1042--1049.

See Also

breakaway_nof1; kemp; apples

Examples

Run this code

breakaway(apples)
breakaway(apples, plot = FALSE, output = FALSE, answers = TRUE)

Run the code above in your browser using DataLab