You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
continuous_scale package:ggplot2 R Documentation
Continuous scale constructor.
Description:
Continuous scale constructor.
Usage:
continuous_scale(aesthetics, scale_name, palette, name = waiver(),
breaks = waiver(), minor_breaks = waiver(), labels = waiver(),
limits = NULL, rescaler = rescale, oob = censor, expand = waiver(),
na.value = NA_real_, trans = "identity", guide = "legend",
position = "left", super = ScaleContinuous)
Arguments:
aesthetics: The names of the aesthetics that this scale works with
scale_name: The name of the scale
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
This is the expected behavior of palette for discrete_scale. Currently continuous_scale and discrete_scale share the same documentation for this parameter. PR coming shortly.
The text was updated successfully, but these errors were encountered:
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/
lockbot
locked and limited conversation to collaborators
Feb 18, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation is incorrect:
This is the expected behavior of
palette
fordiscrete_scale
. Currentlycontinuous_scale
anddiscrete_scale
share the same documentation for this parameter. PR coming shortly.The text was updated successfully, but these errors were encountered: