View source: R/communityMetricsML.R
communityMetricsML | R Documentation |
This function loops over each community, determines the centre of mass
(centroid) of each of the groups comprising the community using the basic
base::mean()
function independently on the marginal x and y vectors,
and calculates the corresponding 6 Layman metrics based on these points.
communityMetricsML(siber)
siber |
a siber object as created by |
A 6 x m matrix of the 6 Layman metrics of dX_range, dY_range, TA, CD, MNND and SDNND in rows, for each community by column
data(demo.siber.data)
my.siber.data <- createSiberObject(demo.siber.data)
communityMetricsML(my.siber.data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.