Nothing
points.unireg <- function(x, type="l", ...){
minx <- min(diff(unique(x$x)))
z <- seq(x$a, x$b, by=minx/10)
points(z, predict.unireg(x,z), type=type, ...)
}
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.