pair_geom_histogram.Rd
Min max histogram
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) }, ... )
Whether to scale y (min-max) to interval 0, 1.
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.