Analyses time series using the Thiel-Sen estimate of slope. It requires at least 6 years of data.
test_trends(
data,
breaks = NULL,
FUN = "median",
messages = getOption("wqbc.messages", default = TRUE)
)
The data.frame to analyse.
A numeric vector used to create groups of consecutive months, if NULL the full year is used.
The function to use for yearly summaries, e.g. median, mean, or max.
A flag indicating whether to print messages.
A tibble data.frame with rows for each Station, Variable, and month grouping, and additional columns for the sen slope estinate, 95\
The data must contain the columns Station, Date, Variable, Value, and Units.