Description Usage Arguments Value
View source: R/build_P_table.R
Recursively build P(s, n) table where P(s, n) is the number of partitions of n into s, including 0s.
1 2 |
max_s |
max species |
max_n |
max individuals |
storeyn |
TRUE/FALSE whether to store the P table. If FALSE, returns the table. |
storepath |
path to store the P table. |
matrix of P(s, n) for all combinations of and s and n up to max_s and max_n.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.