Home
last modified time | relevance | path

Searched refs:autolayer (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dautolayer.Rd2 % 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 Dautoplot.Rd23 \code{\link[=autolayer]{autolayer()}}, \code{\link[=ggplot]{ggplot()}} and \code{\link[=fortify]{fo…
/dports/math/R-cran-forecast/forecast/man/
H A Dautolayer.Rd3 \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 Dautoplot.ts.Rd3 \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 Dplot.mforecast.Rd5 \alias{autolayer.mforecast}
11 \method{autolayer}{mforecast}(object, series = NULL, PI = TRUE, ...)
H A DCVar.Rd56 autolayer(modelcv$testfit, series="Fits") +
57 autolayer(modelcv$residuals, series="Residuals")
H A Dplot.forecast.Rd7 \alias{autolayer.forecast}
45 \method{autolayer}{forecast}(object, series = NULL, PI = TRUE, showgap = TRUE, ...)
/dports/math/R-cran-forecast/forecast/tests/testthat/
H A Dtest-ggplot.R74 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 DNAMESPACE14 S3method(autolayer,forecast)
15 S3method(autolayer,mforecast)
16 S3method(autolayer,msts)
17 S3method(autolayer,mts)
18 S3method(autolayer,ts)
161 export(autolayer)
H A DMD581 a5a62e15bc34c63075b2ee3d2110c7bf *man/autolayer.Rd
H A DNEWS.md44 * 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 Dautolayer.r12 autolayer <- function(object, ...) { function
/dports/math/R-cran-forecast/forecast/R/
H A Dggplot.R3 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 DNAMESPACE16 S3method(autolayer,default)
279 export(autolayer)
H A DDESCRIPTION49 'annotation.r' 'autolayer.r' 'autoplot.r' 'axis-secondary.R'
H A DMD517 532fb1e4332142b41a3470fb75a807d2 *R/autolayer.r
238 8d5819ddc170a374de2016fa29d173a2 *man/autolayer.Rd
H A DNEWS.md975 * New `autolayer()` S3 generic (@mitchelloharawild, #1974). This is similar
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/
H A Dbase.py1577 def autolayer(self): member in TOC