TrendLongestSEG: Extract slope and p-value for the longest time series segment...

Description Usage Arguments Author(s) See Also Examples

Description

This function extracts the slope and p-value of a trend for the longest time series segment from a raster brick that was created with TrendRaster

Usage

1

Arguments

r

RasterBrick as created with TrendRaster or object of class 'Trend' as returned by Trend

Author(s)

Matthias Forkel <matthias.forkel@tu-dresden.de> [aut, cre]

See Also

TrendRaster

Examples

1
2
3
4
5
6
7
# # calculate trend 
# trendmap <- TrendRaster(ndvimap, start=c(1982, 1), freq=12, method="AAT", breaks=1)
# plot(trendmap)
# 
# # select trend and p-value only for the longest time series segment
# trendmap.longestseg <- TrendLongestSEG(trendmap)
# plot(trendmap.longestseg)

greenbrown documentation built on Dec. 18, 2020, 3:02 p.m.