calculateNullExpected | R Documentation |
Calculates the expected number of species based on a null model (all calibration data is in 1 group). These are just the probability of occurrence of each species in the calibration data.
calculateNullExpected(occur)
occur |
the site * species binary matrix of calibration data used to fit the RIVPACS model |
x <- matrix(rbinom(100, size = 1, prob = 0.5), ncol = 10) calculateNullExpected(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.