SinglePhenology: Phenological metrics extraction for a single pixel

Description Usage Arguments Value See Also Examples

Description

SinglePhenology is a premitive function which takes a time series vegetation index data for a single pixel for a single season.

Usage

1
SinglePhenology(AnnualTS, Percentage = NULL, Smoothing = FALSE)

Arguments

AnnualTS

- annual time series

Percentage

- the percentage threshold for Onset and Offset

Smoothing

- moving average smoothing applied if TRUE

Value

return phenologic metrics for a single pixel as an array in the sequence of: OnsetV, OnsetT, OffsetV, OffsetT, MAxV, MaxT, TINDVI, TINDVIBeforeMax, TINDVIAfeterMax, Assymetry, GreenUpSlope, BrownDownSlope, LengthGS, BeforeMaxT, AfterMaxT".

See Also

MultiPointsPlot, PhenoMetrics

Examples

1
2
3
4
5
#Example
Point <- c(0.2052, 0.1824, 0.1780, 0.1732, 0.1861, 0.1863, 0.1884, 0.2202, 0.2669, 0.2708, 0.3700, 0.5900, 0.6909, 0.6057, 0.6750, 0.5572, 0.4990, 0.3463, 0.2579, 0.2167, 0.1672, 0.1771, 0.1856)
PhenoPoint=SinglePhenology(Point)
# Phenologic metrics in the sequence of OnsetV, OnsetT, OffsetV, OffsetT, MAxV, MaxT, TINDVI, TINDVIBeforeMax, TINDVIAfeterMax, Assymetry, GreenUpSlope, BrownDownSlope, LengthGS, BeforeMaxT, AfterMaxT
print (PhenoPoint)

SofanitAraya/CropPhenology documentation built on May 9, 2019, 1:51 p.m.