View source: R/functions_utility.R
Bell_constraints | R Documentation |
Function to calculate the number of partitions with groups of sizes between smin and smax
Bell_constraints(n, smin, smax)
n |
number of nodes |
smin |
minimum group size possible in the partition |
smax |
minimum group size possible in the partition |
a numeric
n <- 6
size_min <- 2
size_max <- 4
Bell_constraints(n,size_min,size_max)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.