We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
normalize
subscale_by
Per discussion here: #219 (comment)
I think something like subscale_by would be more descriptive and would be more consistent with the new subscale and subguide params.
subscale
subguide
NULL
character()
normalize = "all"
"panels"
"panel"
normalize = "panels"
"xy"
normalize = "xy"
"groups"
"group"
normalize = "groups"
slab_type
normalize = "none"
subscale = "identity"
subscale_by = NULL
subscale_by = ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Per discussion here: #219 (comment)
I think something like
subscale_by
would be more descriptive and would be more consistent with the newsubscale
andsubguide
params.subscale_by
with options:NULL
orcharacter()
<=>normalize = "all"
"panels"
(or maybe"panel"
) <=>normalize = "panels"
"xy"
<=>normalize = "xy"
"groups"
(or maybe"group"
) <=>normalize = "groups"
normalize
slab_type
(keep an internal copy of the old param to detect use)normalize = "none"
point them tosubscale = "identity"
insteadnormalize = "all"
point them tosubscale_by = NULL
insteadsubscale_by = ...
The text was updated successfully, but these errors were encountered: