Calculate the point estimates of the Layman metrics for each community
This function loops over each community, determines the centre of mass
(centroid) of each of the groups comprising the community using the basic
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 createSiberObject.R |
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.