seasonTrend: Determine seasonal trends (code modified from the former wq...

View source: R/seasonTrend.R

seasonTrendR Documentation

Determine seasonal trends (code modified from the former wq package)

Description

Finds the trend for each season and each variable in a time series.

Usage

  
  seasonTrend(x, ...)

Arguments

x

Time series vector, or time series matrix with column names

...

Further options to pass to plotting function

Value

A data frame with the following fields:

series

series names

season

season number

sen.slope

Sen slope in original units per year

sen.slope.rel

Sen slope divided by median for that specific season and series

p

p-value for the trend according to the Mann-Kendall test.

missing

Proportion of slopes joining first and last fifths of the data that are missing

Author(s)

Alan D. Jassby and James E. Cloern

See Also

mannKen


TTAinterfaceTrendAnalysis documentation built on March 31, 2023, 6:12 p.m.