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 c28991a commit 2b0a954Copy full SHA for 2b0a954
NEWS.md
@@ -45,6 +45,12 @@
45
Free scales only work with selected coordinate systems; previously you'd
46
get an incorrect plot.
47
48
+* Error in f(...) : unused argument (range = c(0, 1))
49
+
50
+ This is because the `oob` argument to scale has been set to a function
51
+ that only takes a single argument; it needs to take two arguments
52
+ (`x`, and `range`).
53
54
* Error: unused argument (output)
55
56
The function `guide_train()` now has an optional parameter `aesthetic`
0 commit comments