
Calls the selected ui functions by the name of the key
callFuncUI.RdCalls the selected ui functions by the name of the key
Arguments
- name
name of the key
- defaultArgs
some default arguments passed to the ui functions
- scope
scopecan be one ofmapping,geom_args, orplot_settings- extraFunc
optional. A named list of extra functions provided by the user. For example
list(param1 = my_func1, param2 = my_func2)- extraFuncArgs
optional. A list of function arguments provided by the user. Function arguments of one function should be formed in a list as one element of
extraFuncArgsFor examplelist(param1 = list(my_func1_arg1, my_func1_arg2), param2 = list(my_func2_arg1, my_func2_arg2))