Skip to content

Commit

Permalink
Fix ... argument passing
Browse files Browse the repository at this point in the history
  • Loading branch information
franzmohr committed Jul 8, 2023
1 parent 5bf8df8 commit 4216403
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/plot.teststats.bgvarest.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ plot.teststats.bgvarest <- function(x, ctry = NULL, ...) {
}

names(ctry_temp) <- x_names
graphics::boxplot(ctry_temp,
main = ctry_name)
graphics::boxplot(ctry_temp, main = ctry_name, ...)
}

}
Expand Down

0 comments on commit 4216403

Please sign in to comment.