Home
last modified time | relevance | path

Searched refs:geom_quantile (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dgeom_quantile.Rd3 \name{geom_quantile}
4 \alias{geom_quantile}
8 geom_quantile(
87 \code{geom_quantile()} and \code{stat_quantile()}.}
105 \code{geom_quantile()} understands the following aesthetics (required aesthetics are in bold):
130 m + geom_quantile()
131 m + geom_quantile(quantiles = 0.5)
133 m + geom_quantile(quantiles = q10)
136 m + geom_quantile(method = "rqss")
139 m + geom_quantile(method = "rqss", lambda = 0.1)
[all …]
H A Dgeom_point.Rd80 \code{\link[=geom_smooth]{geom_smooth()}}, \code{\link[=geom_quantile]{geom_quantile()}} or
H A Dgeom_boxplot.Rd240 \code{\link[=geom_quantile]{geom_quantile()}} for continuous \code{x},
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dgeom-quantile.r32 geom_quantile <- function(mapping = NULL, data = NULL, function
/dports/graphics/R-cran-ggplot2/ggplot2/tests/testthat/
H A Dtest-geom-quantile.R13 ps <- ggplot(df, aes(x, y)) + geom_quantile()
/dports/www/R-cran-bslib/bslib/inst/themer-demo/
H A Dglobal.R69 GeomQuantile = ggplot(mpg, aes(displ, 1 / hwy)) + geom_point() + geom_quantile(),
/dports/graphics/R-cran-ggplot2/ggplot2/
H A DNAMESPACE380 export(geom_quantile)
H A DMD5297 8f72765f19f0a748a60368a2725edec3 *man/geom_quantile.Rd
H A DNEWS.md544 `stat_summary_hex()`, `geom_quantile()`, `stat_quantile()`, and `map_data()`
1644 `geom_smooth()`/`stat_smooth()` and `geom_quantile()`/`stat_quantile()`
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/robjects/lib/
H A Dggplot2.py638 geom_quantile = GeomQuantile.new variable