Closed
Description
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.