proportion_isolate {ERPM} | R Documentation |
Proportion of isolates
Description
This function computes the proportion of individuals not joining others.
Usage
proportion_isolate(partition)
Arguments
partition |
A partition (vector) |
Value
A number corresponding to proportion of individuals alone.
Examples
p <- c(1,2,2,3,3,4,4,4,5)
proportion_isolate(p)
[Package ERPM version 0.2.0 Index]