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 0183011 commit 5a686c3Copy full SHA for 5a686c3
R/plot.r
@@ -80,7 +80,7 @@ ggplot <- function(data = NULL, mapping = aes(), ...,
80
ggplot.default <- function(data = NULL, mapping = aes(), ...,
81
environment = parent.frame()) {
82
if (!missing(mapping) && !inherits(mapping, "uneval")) {
83
- abort("Mapping should be created with `aes() or `aes_()`.")
+ abort("Mapping should be created with `aes()` or `aes_()`.")
84
}
85
86
data <- fortify(data, ...)
0 commit comments