bivariate_map.Rd
generate a bivariate map
bivariate_map(w, x, y, dim, pal, style, size_axis, scale_leg, x_leg, y_leg)
Is the sf object with the variables to map.
Is the variable x in the sf object to be mapped.
Is the variable x in the sf object to be mapped.
The dimensions of the palette, either 2 for a two-by-two palette or 3 for a three-by-three palette
A palette name; one of "Brown", "DkBlue", "DkCyan", "DkViolet", or "GrPink". As biscale::bi_legend.
A string identifying the style used to calculate breaks. Currently supported styles are "quantile", "equal", "fisher", and "jenks"
Size of axis labels.
Scales the grob relative to the rectangle defined by x, y, width, height. A setting of scale = 1 indicates no scaling.
The x location of the legend in the plot.
The y location of the legend in the plot.
a ggplot object.