- Adding the
na_only
argument in several functions allowing to apply the filters only in the cells where there isNA
and replacing with the original value in the rest.
- Added a
NEWS.md
file to track changes to the package. - Important corrections, improvements and changes in engines 2, 4 and 5, so as in functions
convolutionQuantile
,convolutionMedian
,quantileFilter
andcontextualMF
. times
argument incontextualMF
is not longer available.na
argument is removed from previous functions: onlyNA
will be considered as aNA
.
- Adding new function (
agenbagFilters
) that performs two methods for gradient calculation. - Some minor improvements in documentation, vignettes and code.