Nothing
create.parameter.df <-
function(alpha,x,y,e)
{
par_output <- c(alpha, x, y, e)
names(par_output) <- c("alpha", "x", "y", "e")
return(as.data.frame(par_output))
}
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.