Description Usage Arguments Author(s) See Also Examples
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
1 |
r |
|
Matthias Forkel <matthias.forkel@tu-dresden.de> [aut, cre]
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.