plot_hobo: plot_hobo

View source: R/hobo_do.R

plot_hoboR Documentation

plot_hobo

Description

Plot the dissolved oxygen concentration over time series grouped by different data loggers to observe the variations.

Usage

plot_hobo(df)

Arguments

df

Dataframe produced by process_hobo() function.

Value

A plot generated by ggplot2.

Examples

data(hobo)
plot_hobo(hobo)

aelab documentation built on Sept. 11, 2024, 7:33 p.m.