View source: R/functions_exactcalculations.R
compute_averagesize | R Documentation |
Recursive function to compute the average size of a random partition for a given number of nodes
compute_averagesize(num.nodes)
num.nodes |
number of nodes |
a numeric
n <- 6
compute_averagesize(n)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.