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
Some functions accept multiple ways of specification. It's useful to show that the multiple notations can generate the same results, but it's not necessary to execute all the examples. In order to reduce the check time, we need to restructure these examples (e.g. commenting out the less promoted notations)
anonymous functions (function(x) vs ~)
stat_function()
facet specs (vars() vs ~ vs character)
facet_wrap()
facet_grid()
For anonymous functions, I think we should wait for ggplot2 to get support for ~ notation in all the places that accept functions.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Some functions accept multiple ways of specification. It's useful to show that the multiple notations can generate the same results, but it's not necessary to execute all the examples. In order to reduce the check time, we need to restructure these examples (e.g. commenting out the less promoted notations)
function(x)
vs~
)stat_function()
vars()
vs~
vs character)facet_wrap()
facet_grid()
For anonymous functions, I think we should wait for ggplot2 to get support for
~
notation in all the places that accept functions.The text was updated successfully, but these errors were encountered: