Skip to content

To be able to handle NAs we need to add the parameter: na.action = na.omit,...

Romulo Pereira Goncalves requested to merge issue#42 into master

To be able to handle NAs we need to add the parameter: na.action = na.omit, this is, omit pixels with NA value.

Merge request reports