trend: Trending and detrending data

Description Usage Arguments Value Author(s) See Also

Description

Trend analysis and de-trending of data.ls

Usage

1
2
3
4
5
6
7
trend(x,result="trend",model="y ~ t",...)
trend.default(x,result="trend",model="y ~ t",...)
trend.one.station(x,result="trend",model="y ~ t",...)
trend.station(x,result="trend",model="y ~ t",...)
trend.eof(x,result="trend",model="y ~ t",...)
trend.field(x,result="trend",model="y ~ t",...)
trend.zoo(x,result="trend",model="y ~ t",...) 

Arguments

x

The data object

result

"trend" returns the trend; "residual" returns the residual

model

The trend model used by lm.

Value

Similar type object as the input object

Author(s)

R.E. Benestad

See Also

link{climatology}, link{anomaly}


metno/esd.test documentation built on May 22, 2019, 7:49 p.m.