Nothing
"lmdd" <-
function(x,isort=1) {
if (missing(x)) messagena("x")
n <- length(x)
y <- single(n)
xme <- single(1)
xmd <- single(1)
xsd <- single(1)
f.res <- .Fortran("lmddz",
x=to.single(x),
y=to.single(y),
n=to.integer(n),
isort=to.integer(isort),
xme=to.single(xme),
xmd=to.single(xmd),
xsd=to.single(xsd))
list(y=f.res$y,xme=f.res$xme,xmd=f.res$xmd,xsd=f.res$xsd)
}
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.