.sits_expr_new {sits}R Documentation

Create a closure to generate new data from data and expressions

Description

This internal function implements the factory expression method. Its creates a function that process data using expressions

This factory can be used in many situations in the sits package, to allow user defined expressions to process satellite data.

Usage

.sits_expr_new(...)

Arguments

...

Named parameters containing any valid expression to be applied later on actual data.

Author(s)

Rolf Simoes, rolf.simoes@inpe.br


[Package sits version 0.12.0 Index]