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 ee608ff commit 7f663d3Copy full SHA for 7f663d3
R/visualize.R
@@ -749,7 +749,7 @@ get_viz_bins <- function(data) {
749
750
#' @method ggplot_add infer_layer
751
#' @export
752
-ggplot_add.infer_layer <- function(object, plot, object_name) {
+ggplot_add.infer_layer <- function(object, plot, ...) {
753
# a method for the `+` operator for infer objects.
754
# - "object to add" (arguments to the RHS of the `+`)
755
# - plot is the existing plot (on the LHS of the `+`)
0 commit comments