plot_hobo {aelab} | R Documentation |
Plot the dissolved oxygen concentration over time series grouped by different data loggers to observe the variations.
plot_hobo(df)
df |
Dataframe produced by process_hobo() function. |
A plot generated by ggplot2.
data(hobo)
plot_hobo(hobo)