Skip to contents

Min max histogram

Usage

pair_geom_histogram(
  data,
  mapping,
  neighbour_ggdata = NULL,
  unit_y = FALSE,
  stat = "bin",
  bins = 10,
  binwidth = function(x) {
     bin_width_auto(x, na.rm = TRUE)
 },
  ...
)

Arguments

unit_y

Whether to scale y (min-max) to interval 0, 1.

min_max

A function for transforming the data. Those values are used as boundaries. If only x or y is provided. Scaling is done on one dimension only. for min max scaling.