Home
last modified time | relevance | path

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

/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dstat-binhex.r11 stat_bin_hex <- function(mapping = NULL, data = NULL, function
39 stat_binhex <- stat_bin_hex
/dports/graphics/R-cran-ggplot2/ggplot2/man/
H A Dgeom_hex.Rd5 \alias{stat_bin_hex}
20 stat_bin_hex(
/dports/graphics/R-cran-ggplot2/ggplot2/
H A DNAMESPACE607 export(stat_bin_hex)
H A DNEWS.md1551 * `stat_bin_hex()` and `stat_bin_summary()` now use the same underlying
1552 algorithm so results are consistent (#1383). `stat_bin_hex()` now accepts
1554 from `stat_bin_hex()` is now value instead of count.
1716 * `stat_binhex()` and `stat_bin2d()` have been renamed to `stat_bin_hex()`
1908 `stat_bin_hex()`, `stat_summary_hex()`, `stat_bin_2d()`, and
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/robjects/lib/
H A Dggplot2.py252 stat_bin_hex = StatBinhex.new variable