plot_TP: Create Total Phosphorus plots to display status and trend.

View source: R/plot_TP.R

plot_TPR Documentation

Create Total Phosphorus plots to display status and trend.

Description

Create Total Phosphorus plots to display status and trend.

Usage

plot_TP(
  data,
  seaKen,
  station,
  max_date = min(data$sample_datetime, na.rm = TRUE)
)

Arguments

data

Dataframe to determine status from. Must have 'excursion' column generated.

seaKen

Results of Seasonal Kendall Analysis

station

The station to plot

max_date

The max date to show on the plot

Value

dataframe of stations with sufficient data

Examples

plot_TP(data = data.frame, seaKen, station)

donco/odeqstatusandtrends documentation built on April 20, 2024, 12:46 a.m.