Skip to content

Review duplicated examples about multiple notations #3181

Closed
@yutannihilation

Description

@yutannihilation

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions