-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
Description
Currently the way we determine the parameters of a geom/stat is ugly. For example, the parameters of a geom are mostly imputed from draw_panel
and draw_group
, but some need to be listed explicitly in extra_args
if they're used elsewhere (as in GeomTile$setup_data()
.
See also #1532 - na.rm
also has to be special cased.