willmorrison1 / daRt

Read DART Model Outputs in R
0 stars 1 forks source link

make SimulationFilter have all arguments in function with defaults #20

Closed willmorrison1 closed 5 years ago

willmorrison1 commented 5 years ago

e.g. currently simulationFilter(product = x ...) should be: simulationFilter(product = x, bands = c(...), iters = c(...)) as the latter is easier to work with and uncerstand cf. only "..."

willmorrison1 commented 5 years ago

now has stricter arguments