seasons: Seasons Accessor

Description Usage Arguments Value Author(s) See Also Examples

Description

Access to detected seasons.

Usage

1

Arguments

x

An object of class ‘NDVI’ containing raw NDVI values and detected seasons.

Value

Returns a vector containing position of seasons.

Author(s)

Lange, Maximilian and Doktor, Daniel

See Also

NDVI, detectSeasons

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
	# load data
	data(avhrr)

	# create NDVI object, correct and model values
	ndvi.list <- modelNDVI(ndvi.values=c(avhrr.ndvi/10000,avhrr.ndvi/10000), 
			year.int=1995, detectSeasons=TRUE,
			correction="bise", method="LinIP", MARGIN=2, 
			doParallel=FALSE, slidingperiod=40)
	ndvi <- ndvi.list[[1]]

	#get seasons
	seasondates <- seasons(ndvi)

Example output



phenex documentation built on May 1, 2019, 10:56 p.m.

Related to seasons in phenex...