Description Usage Arguments Format
View source: R/scale_bivariate.R
Constructor for bivariate scale object
1 2 3 4 | bivariate_scale(aesthetics, palette, name = waiver(), breaks = waiver(),
labels = waiver(), limits = NULL, rescaler = rescale, oob = censor,
expand = waiver(), na.value = NA_real_, trans = "identity",
guide = "none", super = ScaleBivariate, scale_name = "bivariate_scale")
|
aesthetics |
The names of the aesthetics that this scale works with |
palette |
A palette function that when called with a single integer argument (the number of levels in the scale) returns the values that they should take |
name |
The name of the scale. Used as axis or legend title. If
|
breaks |
One of:
|
labels |
One of:
|
limits |
Data frame with two columns of length two each defining the limits for the two data dimensions. |
rescaler |
Either one rescaling function applied to both data dimensions or list of two rescaling functions, one for each data dimension. |
oob |
Function that handles limits outside of the scale limits (out of bounds). The default replaces out of bounds values with NA. |
expand |
Vector of range expansion constants used to add some
padding around the data, to ensure that they are placed some distance
away from the axes. Use the convenience function |
na.value |
Missing values will be replaced with this value. |
trans |
Either one transformation applied to both data dimensions or list of two transformations, one
for each data dimension. Transformations can be given as either the name of a transformation object
or the object itself. See |
guide |
A function used to create a guide or its name. See
|
super |
The super class to use for the constructed scale |
scale_name |
The name of the scale |
An object of class ScaleBivariate
(inherits from Scale
, ggproto
, gg
) of length 16.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.