File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
scale limits (#3539 , @thomasp85 )
5
5
6
6
* The evaluation time of aesthetics can now be controlled to a finer degree.
7
- ` after_stat() ` superseeds the use of ` stat() ` and ` ..var.. ` -notation, ad is
7
+ ` after_stat() ` supersedes the use of ` stat() ` and ` ..var.. ` -notation, and is
8
8
joined by ` after_scale() ` to allow for mapping to scaled aesthetic values.
9
9
Remapping of the same aesthetic is now supported with ` stage() ` , so you can
10
10
map a data variable to a stat aesthetic, and remap the same aesthetic to
59
59
to compute contour lines. The ` complete ` parameter (which was undocumented
60
60
and has been unused for at least four years) was removed (@paleolimbot , #3044 ).
61
61
62
- * ` stat_smooth() ` user ` REML ` by default, if ` method = "gam" ` and
62
+ * ` stat_smooth() ` uses ` REML ` by default, if ` method = "gam" ` and
63
63
` gam ` 's method is not specified (@ikosmidis , #2630 ).
64
64
65
65
* Changed ` theme_grey() ` setting for legend key so that it creates no
You can’t perform that action at this time.
0 commit comments