/dports/graphics/R-cran-ggplot2/ggplot2/man/ |
H A D | autolayer.Rd | 2 % Please edit documentation in R/autolayer.r 3 \name{autolayer} 4 \alias{autolayer} 7 autolayer(object, ...) 10 \item{object}{an object, whose class will determine the behaviour of autolayer} 18 \code{autolayer()} uses ggplot2 to draw a particular layer for an object of a
|
H A D | autoplot.Rd | 23 \code{\link[=autolayer]{autolayer()}}, \code{\link[=ggplot]{ggplot()}} and \code{\link[=fortify]{fo…
|
/dports/math/R-cran-forecast/forecast/man/ |
H A D | autolayer.Rd | 3 \name{autolayer} 4 \alias{autolayer} 7 autolayer(object, ...) 10 \item{object}{an object, whose class will determine the behaviour of autolayer} 18 \code{autolayer()} uses ggplot2 to draw a particular layer for an object of a
|
H A D | autoplot.ts.Rd | 3 \name{autolayer.mts} 4 \alias{autolayer.mts} 5 \alias{autolayer.msts} 6 \alias{autolayer.ts} 13 \method{autolayer}{mts}(object, colour = TRUE, series = NULL, ...) 15 \method{autolayer}{msts}(object, series = NULL, ...) 17 \method{autolayer}{ts}(object, colour = TRUE, series = NULL, ...)
|
H A D | plot.mforecast.Rd | 5 \alias{autolayer.mforecast} 11 \method{autolayer}{mforecast}(object, series = NULL, PI = TRUE, ...)
|
H A D | CVar.Rd | 56 autolayer(modelcv$testfit, series="Fits") + 57 autolayer(modelcv$residuals, series="Residuals")
|
H A D | plot.forecast.Rd | 7 \alias{autolayer.forecast} 45 \method{autolayer}{forecast}(object, series = NULL, PI = TRUE, showgap = TRUE, ...)
|
/dports/math/R-cran-forecast/forecast/tests/testthat/ |
H A D | test-ggplot.R | 74 autoplot(USAccDeaths) + autolayer(etsfcast, series = "ETS") 76 autoplot(lungDeaths) + autolayer(mfcast, series = c("mdeaths", "fdeaths")) 77 autoplot(lungDeaths) + autolayer(mfcast) 78 autoplot(lungDeaths) + autolayer(mfcast, series = TRUE)
|
/dports/math/R-cran-forecast/forecast/ |
H A D | NAMESPACE | 14 S3method(autolayer,forecast) 15 S3method(autolayer,mforecast) 16 S3method(autolayer,msts) 17 S3method(autolayer,mts) 18 S3method(autolayer,ts) 161 export(autolayer)
|
H A D | MD5 | 81 a5a62e15bc34c63075b2ee3d2110c7bf *man/autolayer.Rd
|
H A D | NEWS.md | 44 * Forecast autoplots now use same colour shading as autolayer() and geom_forecast() 87 * Added autoplot.msts() and autolayer.msts() 104 * Added autolayer.ts
|
/dports/graphics/R-cran-ggplot2/ggplot2/R/ |
H A D | autolayer.r | 12 autolayer <- function(object, ...) { function
|
/dports/math/R-cran-forecast/forecast/R/ |
H A D | ggplot.R | 3 autolayer <- function(object, ...){ function 717 p <- p + autolayer(object, PI = PI, colour = fcol, size = flwd) 763 p <- autoplot(getResponse(object), facets = facets, colour = colour) + autolayer(object, ...) 1437 p <- autoplot(object$x) + autolayer(object) 1689 cl[[1]] <- quote(autolayer) 1719 autolayer(object, series = series, ...) 1768 cl[[1]] <- quote(autolayer) 2296 cl[[1]] <- quote(autolayer)
|
/dports/graphics/R-cran-ggplot2/ggplot2/ |
H A D | NAMESPACE | 16 S3method(autolayer,default) 279 export(autolayer)
|
H A D | DESCRIPTION | 49 'annotation.r' 'autolayer.r' 'autoplot.r' 'axis-secondary.R'
|
H A D | MD5 | 17 532fb1e4332142b41a3470fb75a807d2 *R/autolayer.r 238 8d5819ddc170a374de2016fa29d173a2 *man/autolayer.Rd
|
H A D | NEWS.md | 975 * New `autolayer()` S3 generic (@mitchelloharawild, #1974). This is similar
|
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/ |
H A D | base.py | 1577 def autolayer(self): member in TOC
|