gsifiltercall: Calling from a function with the own parameters
Description
gsi.filtercall gives those arguments of the arguments of the calling
function to called function that are made for this function. It is possible
to modify the parameters on the flight.
gsi.filtercall is a kind of R technology help. It allows to pass parameters in a
... fashion with less effort, more robustness and more control, since one
does not need to copy all explicitly-given parameters. It simply manages the
...-parameters accepted by fkt, allowing for giving default
values, or overwriting specific parameters without need to mention them in
the formal arguments. This also helps to clarify the documentation of fkt.