Learn R Programming

aelab (version 1.0.1)

plot_hobo: plot_hobo

Description

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

Usage

plot_hobo(df)

Value

A plot generated by ggplot2.

Arguments

df

Dataframe produced by process_hobo() function.

Examples

Run this code
data(hobo)
plot_hobo(hobo)

Run the code above in your browser using DataLab