Skip to content

Commit

Permalink
Daily_Report - Change scale y-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
GMBog committed Oct 16, 2024
1 parent a4d85d9 commit 3a06c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/DailyReportsGF.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ generate_plots <- function(data, group_var, plot_opt = c("All", "CH4", "O2", "CO
legend.position = "none"
) +
geom_hline(yintercept = mean(.$daily_CH4), linetype = "dashed", color = "blue", linewidth = 0.6) +
scale_y_continuous(breaks = seq(0, max(.$daily_CH4), by = 100))
scale_y_continuous(breaks = seq(0, max(.$daily_CH4), by = 50))
}
plots <- c(plots, list(p1))
}
Expand Down

0 comments on commit 3a06c2e

Please sign in to comment.