Nothing
"alr" <-
function(X,divisorvar){
# additive logratio transformation
# INPUT: X...data matrix, divisorvar...number of ratioing variable
X.alr <- log10(X/X[,divisorvar])
return(X.alr[,-divisorvar])
}
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.