n_states | R Documentation |
Calculate the total number of presence/absence states for a given number of sites and features.
n_states(n_sites, n_features)
n_sites |
|
n_features |
|
A numeric
value.
# calculate number of states for 3 sites and 2 features
n_states(n_sites = 2, n_features = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.