calcDistT {IDmeasurer} | R Documentation |
This function calculates centroid of all samples in a given dataset and sums distances between the centroid and each sample. Euclidean distances are used.
calcDistT(df)
df |
A data frame with the first column indicating individual identity. |
Numeric. Total distance.
Other calcHM support function: calcDistW
,
calcMeanVec
calcDistT(ANmodulation)