plot_hobo {aelab}R 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)

[Package aelab version 0.4.0 Index]