Changelog
Source:NEWS.md
grainchanger 0.2.0
CRAN release: 2019-06-28
- successful review through rOpenSci
- added in functionality to aggregate data to polygon (use parameter
is_grid = FALSE
) - added in ability for user to specify aggregation function (
agg_fun
) inwinmove_agg
- note that many parameter names have changed - check docs for more info:
-
fn
is nowwin_fun
-
g
is nowcoarse_dat
-
dat
is nowfine_dat
-
-
agg_fun
andwin_fun
should be entered as unquoted function names (previously character input)