Nothing
Transform<-function(x) # transformation to [-1,1]
{
a<-min(x)
b<-max(x)
xc<-(2*x-(a+b))/(b-a)
return (xc)
}
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.