Nothing
comp.kern <- function(x, type = "alr", h = NULL, thumb = "silverman") {
if (type == "alr") { ## additive log-ratio transformation
y <- Compositional::alr(x)
} else y <- alfa(x, 0)$aff
Compositional::mkde(y, h = h, thumb = thumb)
}
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.