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 b4c1604 commit 797fdc8Copy full SHA for 797fdc8
NAMESPACE
@@ -1,6 +1,8 @@
1
# Generated by roxygen2: do not edit by hand
2
3
+S3method("&","ggplot2::gg")
4
S3method("&",gg)
5
+S3method("*","ggplot2::gg")
6
S3method("*",gg)
7
S3method("-",ggplot)
8
S3method("/",ggplot)
R/arithmetic.R
@@ -141,3 +141,9 @@ NULL
141
}
142
e1 + e2
143
144
+
145
+#' @export
146
+"*.ggplot2::gg" <- `*.gg`
147
148
149
+"&.ggplot2::gg" <- `&.gg`
0 commit comments