We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259f230 commit ba7501dCopy full SHA for ba7501d
NEWS.md
@@ -1,5 +1,9 @@
1
# ggplot2 2.0.0.9000
2
3
+* `layer()` now accepts a function as the data argument. The function will be
4
+ applied to the data passed to the `ggplot()` function and must return a
5
+ data.frame (#1527).
6
+
7
* `stat_summary()` preserves sorted x order which avoids artefacts when
8
display results with `geom_smooth()` (#1520).
9
0 commit comments