[Rd] Proposed modification to decompose() and plot.decomposed.ts()

2011-04-07 Thread Rob J Hyndman
= type), class = "decomposed.ts") } # Changed definition of observed to use passed data rather than construct on fly plot.decomposed.ts <- function (x, ...) {    plot(cbind(observed = x$x, trend = x$trend, seasonal = x$seasonal, random = x$random),        main = paste("Decomposition of&quo

[Rd] stats::median

2017-02-15 Thread Rob J Hyndman
her S3 methods which do include an ellipsis. ------------- Rob J Hyndman Professor of Statistics, Monash University www.robjhyndman.com __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel