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 1a17849 commit 84dcb5bCopy full SHA for 84dcb5b
R/plot-construction.R
@@ -82,7 +82,7 @@ S7::method(`+`, list(class_theme, S7::class_any)) <- function(e1, e2) {
82
if (getRversion() >= "4.3.0") {
83
deprecate_soft0("4.0.0", I("<ggplot> %+% x"), I("<ggplot> + x"))
84
}
85
- agg_gg(e1, e2)
+ add_gg(e1, e2)
86
87
88
add_ggplot <- function(p, object, objectname) {
0 commit comments