Nothing
ellipse.arima0<-
function(x, which = c(1, 2), level = 0.95, t = sqrt(qchisq(level, 2)), ...)
{
ellipse.default(x$var.coef[which, which], centre = x$coef[which], t = t, ...)
}
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.