powered by
A method to calculate on shapes or on Coo truss measurements, that is all pairwise combinations of euclidean distances
coo_truss(x)
a named numeric or matrix
a shape or an Ldk object
Other premodern: measure()
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)
Run the code above in your browser using DataLab