Skip to content

Commit

Permalink
Add args to generate_nanoplot()
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Dec 22, 2023
1 parent 52bbcbe commit 9a019fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/utils_plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ generate_nanoplot <- function(
expand_x = NULL,
expand_y = NULL,
missing_vals = c("gap", "zero", "remove"),
all_y_vals = NULL,
all_single_y_vals = NULL,
plot_type = c("line", "bar"),
line_type = c("curved", "straight"),
currency = NULL,
Expand Down

0 comments on commit 9a019fb

Please sign in to comment.