Usage
TsallisBeta(NorP, NorPexp = NULL, q = 1, Correction = "Best", CheckArguments = TRUE,
Ps = NULL, Ns = NULL, Pexp = NULL, Nexp = NULL)
bcTsallisBeta(Ns, Nexp = NULL, q, Correction = "Best", CheckArguments = TRUE)
## S3 method for class 'ProbaVector':
TsallisBeta(NorP, NorPexp = NULL, q = 1, Correction = "Best", CheckArguments = TRUE,
Ps = NULL, Ns = NULL, Pexp = NULL, Nexp = NULL)
## S3 method for class 'AbdVector':
TsallisBeta(NorP, NorPexp = NULL, q = 1, Correction = "Best", CheckArguments = TRUE,
Ps = NULL, Ns = NULL, Pexp = NULL, Nexp = NULL)
## S3 method for class 'integer':
TsallisBeta(NorP, NorPexp = NULL, q = 1, Correction = "Best", CheckArguments = TRUE,
Ps = NULL, Ns = NULL, Pexp = NULL, Nexp = NULL)
## S3 method for class 'numeric':
TsallisBeta(NorP, NorPexp = NULL, q = 1, Correction = "Best", CheckArguments = TRUE,
Ps = NULL, Ns = NULL, Pexp = NULL, Nexp = NULL)
Arguments
Ps
The probability vector of species of the community.
Pexp
The probability vector of species of the metacommunity.
Ns
A numeric vector containing species abundances of the community.
Nexp
A numeric vector containing species abundances of the metacommunity.
NorP
A numeric vector, an integer vector, an abundance vector (AbdVector
) or a probability vector (ProbaVector
). Contains either abundances or probabilities NorPexp
A numeric vector, an integer vector, an abundance vector (AbdVector
) or a probability vector (ProbaVector
). Contains either abundances or probabilities q
A number: the order of entropy. Default is 1 for Shannon entropy.
Correction
A string containing one of the possible corrections: currently, only "ChaoShen"
or "None"
. "Best"
is the default value, it is equivalent to "ChaoShen"
.
CheckArguments
Logical; if TRUE
, the function arguments are verified. Should be set to FALSE
to save time when the arguments have been checked elsewhere.