deprecate | R Documentation |
Deprecated Methods
index_heterogeneity(object, ...) ## S4 method for signature 'ANY' index_heterogeneity( object, method = c("berger", "brillouin", "mcintosh", "shannon", "simpson") ) index_evenness(object, ...) ## S4 method for signature 'ANY' index_evenness( object, method = c("shannon", "brillouin", "mcintosh", "simpson") ) index_richness(object, ...) ## S4 method for signature 'ANY' index_richness(object, method = c("count", "margalef", "menhinick")) index_composition(object, ...) ## S4 method for signature 'ANY' index_composition( object, method = c("chao1", "ace", "chao2", "ice"), unbiased = FALSE, improved = FALSE, k = 10 ) simulate_heterogeneity(object, ...) bootstrap_heterogeneity(object, ...) jackknife_heterogeneity(object, ...) simulate_evenness(object, ...) bootstrap_evenness(object, ...) jackknife_evenness(object, ...) simulate_richness(object, ...) bootstrap_richness(object, ...) jackknife_richness(object, ...) ## S4 method for signature 'CountMatrix' bootstrap_heterogeneity( object, method = c("berger", "brillouin", "mcintosh", "shannon", "simpson"), probs = c(0.05, 0.95), n = 1000, ... ) ## S4 method for signature 'CountMatrix' jackknife_heterogeneity( object, method = c("berger", "brillouin", "mcintosh", "shannon", "simpson"), ... ) ## S4 method for signature 'CountMatrix' simulate_heterogeneity( object, method = c("berger", "brillouin", "mcintosh", "shannon", "simpson"), quantiles = TRUE, level = 0.8, step = 1, n = 1000, progress = getOption("tabula.progress"), ... ) ## S4 method for signature 'CountMatrix' bootstrap_evenness( object, method = c("berger", "brillouin", "mcintosh", "shannon", "simpson"), probs = c(0.05, 0.95), n = 1000, ... ) ## S4 method for signature 'CountMatrix' jackknife_evenness( object, method = c("berger", "brillouin", "mcintosh", "shannon", "simpson"), ... ) ## S4 method for signature 'CountMatrix' simulate_evenness( object, method = c("shannon", "brillouin", "mcintosh", "simpson"), quantiles = TRUE, level = 0.8, step = 1, n = 1000, progress = getOption("tabula.progress"), ... ) ## S4 method for signature 'CountMatrix' bootstrap_richness( object, method = c("none", "margalef", "menhinick"), probs = c(0.05, 0.95), n = 1000, ... ) ## S4 method for signature 'CountMatrix' jackknife_richness(object, method = c("none", "margalef", "menhinick"), ...) ## S4 method for signature 'CountMatrix' simulate_richness( object, method = c("none", "margalef", "menhinick"), quantiles = TRUE, level = 0.8, step = 1, n = 1000, progress = getOption("tabula.progress"), ... )
object |
A m x p matrix of count data (typically a CountMatrix object). |
... |
Currently not used. |
method |
A |
probs |
A |
n |
A non-negative |
quantiles |
A |
level |
A length-one |
step |
A non-negative |
progress |
A |
diag |
A |
upper |
A |
lower |
A |
N. Frerebeau
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.