stat_hexgrid Custom Stat for hexagonal grid plot
stat_hexgrid(
mapping = NULL,
data = NULL,
geom = GeomHexgrid$default_aes(),
position = "identity",
show.legend = NA,
outliers = TRUE,
inherit.aes = TRUE,
...
)
A `ggplot2` layer object.
Aesthetic mappings for the plot.
The data to be plotted.
The geometry to be used in the plot.
The position adjustment to be applied.
Whether to show the legend for this layer.
Whether to include outliers.
Whether to inherit aesthetics from the plot or the layer.
Additional arguments to be passed to the `layer` function.