v3.0.0
version 3.0.0
Major update
new features
calc_comm_div
now replacesget_mob_stats
. The ancillary plotting function
plot.mob_stats
is now replaced withplot_comm_div
. We hope to eventually
add back in bootstrapping confidence intervals for the statistics but that is
not currently supported. If you would like to know more about this design
decision see the discussion here: #255.plot_rarefaction
is a bit more versatile with many new arguments
that provide options for smoothing or averaging rarefaction curves
when making comparisons within or between groups respectively.- The R package
beta_C
by Thore Engel has now been absorbed into
themobr
package. Use functioncalc_beta_div
orcalc_comm_div
withbeta
in thescales
argument to compute coverage based beta
diversity. Note the index in this case isS_C
(i.e., richness S for a
given level of coverage C) - a vignette was added to demonstrate how to make computations of beta
diversity usingmobr
calledbeta_div_demo
What's Changed
- control for fail when effort = NA and index = 'S_n' by @AlbanSagouis in #257
- Merge beta_C functions into mobr dev branch by @dmcglinn in #262
- Add links to DESCRIPTION by @olivroy in #272
- Spatially-explicit rarefaction by @FelixMay in #271
- Update of mobr from 2.0.2 to 3.0.0 by @dmcglinn in #273
New Contributors
- @AlbanSagouis made their first contribution in #257
- @olivroy made their first contribution in #272
Full Changelog: 2.0.0...v3.0.0