coo_truss {Momocs} | R Documentation |
Truss measurement
Description
A method to calculate on shapes or on Coo truss measurements, that is all pairwise combinations of euclidean distances
Usage
coo_truss(x)
Arguments
x |
a shape or an Ldk object |
Value
a named numeric or matrix
Note
Mainly implemented for historical/didactical reasons.
See Also
Other premodern:
measure()
Examples
# example on a single shape
cat <- coo_sample(shapes[4], 6)
coo_truss(cat)
# example on wings dataset
tx <- coo_truss(wings)
txp <- PCA(tx, scale. = TRUE, center=TRUE, fac=wings$fac)
plot(txp, 1)
[Package Momocs version 1.4.1 Index]