Learn R Programming

sits (version 0.12.0)

.sits_expr_new: 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.