Home
last modified time | relevance | path

Searched refs:GeomQuantile (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dgeom-quantile.r46 geom = GeomQuantile,
65 GeomQuantile <- ggproto("GeomQuantile", GeomPath, globalVar
/dports/www/R-cran-bslib/bslib/inst/themer-demo/
H A Dglobal.R69 GeomQuantile = ggplot(mpg, aes(displ, 1 / hwy)) + geom_point() + geom_quantile(), nameattr
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/robjects/lib/
H A Dggplot2.py634 class GeomQuantile(Geom): class
638 geom_quantile = GeomQuantile.new
/dports/graphics/R-cran-ggplot2/ggplot2/
H A DNAMESPACE197 export(GeomQuantile)
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dggplot2-ggproto.Rd80 \alias{GeomQuantile}