View source: R/core-premodern.R
coo_truss | R Documentation |
A method to calculate on shapes or on Coo truss measurements, that is all pairwise combinations of euclidean distances
coo_truss(x)
x |
a shape or an Ldk object |
a named numeric or matrix
Mainly implemented for historical/didactical reasons.
Other premodern:
measure()
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.