Nothing
# This substitutes for `poly' in IDL scripts
# See http://www.exelisvis.com/docs/POLY.html
polyidl = function(x,cc) {
polysum=0
for (i in 1:length(cc)) polysum = polysum + cc[i]*x^{i-1}
return(polysum)
}
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.