Skip to content

Commit

Permalink
fix fig size
Browse files Browse the repository at this point in the history
  • Loading branch information
atyrell3 committed May 14, 2021
1 parent 2d3fe51 commit c9ea719
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion R/tailored_report_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ plot_corr_only <- function(data, title = "", lag = 0, species = "species", mode
sep = ""
) %>%
stringr::str_replace_all(" ", "_") %>%
stringr::str_replace_all("\n", "_")
stringr::str_replace_all("\n", "_") %>%
stringr:str_remove_all("/") %>%
stringr::str_remove_all("\\\\")

ggplot2::ggsave(
filename = file,
Expand Down

0 comments on commit c9ea719

Please sign in to comment.