Nothing
plot.drFit <-
function(x, ...)
{
# x an object of class drFit
n <- length(x$drFittedSplines)
# /// plot all drFitSpline objects
for (i in 1:n){
#x11()
try(plot(x$drFittedSplines[[i]]))
title(as.character(x$drFittedSplines[[i]]$drID))
}
}
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.