Skip to content

Commit

Permalink
Update utils_boo_plot.R
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedavies committed Aug 27, 2023
1 parent 82076c0 commit 499ede6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_boo_plot.R
Expand Up @@ -245,7 +245,7 @@ pr_plot_Trends <- function(df, Trend = "Raw", Survey = "NRS", method = "lm", tr
site = rlang::sym("StationName")
}

titley <- pr_relabel(unique(df$Parameters))
titley <- pr_relabel(unique(df$Parameters), style = 'ggplot')

# Averaging based on `Trend` ----------------------------------------------

Expand Down

0 comments on commit 499ede6

Please sign in to comment.