A helper function that makes it easier to override/add params in a function call.
.customized_call(fun, ..., overridable_defaults = NULL, overrides = NULL)
result of fun
Function to be called
Parameters that can't be overridden
List of parameters and values that can be overridden
Parameters to add/override.