| plot_TP | R Documentation | 
Create Total Phosphorus plots to display status and trend.
plot_TP(
  data,
  seaKen,
  station,
  max_date = min(data$sample_datetime, na.rm = TRUE)
)
| 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 | 
dataframe of stations with sufficient data
plot_TP(data = data.frame, seaKen, station)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.