Description Usage Arguments Details Value Author(s) References See Also Examples
Computes the bootstrap species richness estimator for abundance or presence-absence data
1 |
x |
a vector, matrix or data frame of positive integers or zero of any size |
taxa.row |
whether each row of the matrix is a different taxon |
abund |
whether the input is abundance (or presence/absence) based |
samples |
if input is a vector file, the number of samples must be included |
The bootstrap estimator
Returns a single value for the Bootstrap Species Estimator
Matthew Vavrek
Smith, E.P. & van Belle, G. 1984. Nonparametric estimation of species richness. Biometrics 40, 119-129.
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Loading required package: sp
Loading required package: maps
Loading required package: shapefiles
Loading required package: foreign
Attaching package: 'shapefiles'
The following objects are masked from 'package:foreign':
read.dbf, write.dbf
[1] 10.86177
attr(,"method")
[1] "Bootstrap"
[1] 4.136541
attr(,"method")
[1] "Bootstrap"
[1] 4.62963
attr(,"method")
[1] "Bootstrap"
[1] 4.62963
attr(,"method")
[1] "Bootstrap"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.