R/sdfplot.ar.R

`sdfplot.ar` <-
function(obj, ...){
sti<-paste("AR(",obj$order,")",sep="")
PlotARSdf(obj$ar, InnovationVariance=obj$var.pred, logSdf=TRUE, sub=sti, ...)
}

Try the FitAR package in your browser

Any scripts or data that you put into this service are public.

FitAR documentation built on May 2, 2019, 3:22 a.m.