Learn R Programming

phenex (version 1.4-5)

modelledValues: Modelled Value Accessor

Description

Access to modelled values of NDVI object.

Usage

modelledValues(x)

Arguments

x
An object of class ‘NDVI’ containing raw and modelled NDVI values.

Value

Returns a vector containing modelled NDVI values.

See Also

, modelNDVI, modelValues

Examples

Run this code
	# load data
	data(avhrr)

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

	#get modelled values
	model <- modelledValues(ndvi)

Run the code above in your browser using DataLab