Nothing
data("hongite")
coda <- as_composition(hongite)
# Aitchison distance ===========================================================
expect_equal_to_reference(
dist(coda, method = "euclidean", diag = TRUE, upper = TRUE),
file = "_snaps/dist_euclidean.rds"
)
# Mahalanobis distance =========================================================
expect_equal_to_reference(
mahalanobis(coda, robust = FALSE),
file = "_snaps/dist_mahalanobis.rds"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.