powered by
Returns a vector of overlapping character strings between extra_args and arguments from function FUN. If FUN is taking ... as input, this function returns extra_args.
extra_args
FUN
...
MatchingArguments(extra_args, FUN)
A vector of overlapping arguments.
vector of character strings.
function.
MatchingArguments( extra_args = list(Sigma = 1, test = FALSE), FUN = MASS::mvrnorm )
Run the code above in your browser using DataLab