plot_temperature: Create temperature plots to display status and trend.

View source: R/plot_temperature.R

plot_temperatureR Documentation

Create temperature plots to display status and trend.

Description

Create temperature plots to display status and trend.

Usage

plot_temperature(
  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_temperature(data = data.frame, seaKen, station)

donco/odeqstatusandtrends documentation built on Feb. 18, 2024, 4:53 a.m.