diff --git a/DESCRIPTION b/DESCRIPTION index c339912..64a3902 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -18,4 +18,4 @@ License: GPL-3 Encoding: UTF-8 LazyData: true Imports: methods, rlang, scales, hexbin, ggplot2 -RoxygenNote: 6.1.1 +RoxygenNote: 7.0.0 diff --git a/man/stat_summaries_hex.Rd b/man/stat_summaries_hex.Rd index 73c8ec0..94eacbc 100644 --- a/man/stat_summaries_hex.Rd +++ b/man/stat_summaries_hex.Rd @@ -6,10 +6,21 @@ \title{Multi-Stat Binning Layer} \format{An object of class \code{StatSummariesHex} (inherits from \code{Stat}, \code{ggproto}, \code{gg}) of length 3.} \usage{ -stat_summaries_hex(mapping = NULL, data = NULL, geom = "hex", - position = "identity", ..., bins = 30, binwidth = NULL, - drop = TRUE, funs = c(value = "mean"), na.rm = FALSE, - show.legend = NA, inherit.aes = TRUE, key_glyph = NULL) +stat_summaries_hex( + mapping = NULL, + data = NULL, + geom = "hex", + position = "identity", + ..., + bins = 30, + binwidth = NULL, + drop = TRUE, + funs = c(value = "mean"), + na.rm = FALSE, + show.legend = NA, + inherit.aes = TRUE, + key_glyph = NULL +) StatSummariesHex }