This function regulates how objects created by the package esemifar are
plotted.
# S3 method for esemifar
plot(x, t = NULL, rescale = TRUE, which = NULL, ...)None
an input object of class esemifar.
an optional vector with time points that will be considered for
the x-axis within the plot; is set to NULL by default and uses a vector
1:length(x$ye) for time points.
a single logical value; is set to TRUE by default;
if the output of a derivative estimation process is passed to x and if
rescale = TRUE, the estimates will be rescaled according to t.
one of 1 (observations), 2 (trend), 3 (residuals) or 4
(observations with trend); the default NULL starts an interactive
selection via the console.
additional arguments of the standard plot method.
Dominik Schulz (Research Assistant) (Department of Economics, Paderborn
University),