Skip to content

Commit

Permalink
Set y to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Aug 1, 2024
1 parent 298bb12 commit 405542e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/plot_aagi.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#' @export
#'
plot_aagi <- function(x,
y,
y = NULL,
...) {

if (is.null(col)) {
Expand Down
2 changes: 1 addition & 1 deletion man/plot_aagi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 405542e

Please sign in to comment.