R/utils.R
plot_pH_time.Rd
Generates a plot of pH values over time for different subjects/groups, highlighting a specified pH threshold.
plot_pH_time( res, ph_threshold = 5.4, show_id = TRUE, stratify_by = "None", showAvg = FALSE )
Data frame containing pH data.
pH threshold to highlight on the plot (default is 5.4).
A ggplot2 object representing the pH vs time plot.
Omar I. Elashkar