View source: R/functions_statistics.R
proportion_isolate | R Documentation |
This function computes the proportion of individuals not joining others.
proportion_isolate(partition)
partition |
A partition (vector) |
A number corresponding to proportion of individuals alone.
p <- c(1,2,2,3,3,4,4,4,5)
proportion_isolate(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.