monthlytrend.ts: Explore long term monthly trends with Theil-Sen Estimator

Description Usage Arguments Value

View source: R/TheilSenTrendFunctions.R

Description

Calculates annual linear trend of average monthly values and significance of with Theil-Sen Estimator (used for robust to non-normal data)

Usage

1
monthlytrend.ts(record, valuecol, datecol, months, var)

Arguments

record

dataframe with record of estimated water quality

valuecol

string, name of column with values

datecol

string, name of column with dates

months

list of months

var

string, aggregator (e.g. mean, max)

Value

summary of the Theil-Sen estimator


RSAlgaeR documentation built on May 2, 2019, 3:48 p.m.