powered by
maDotsMatch(dots, defaults)
list(...)
formals
maDefaultPar
maDotsDefaults
dots<-list(x=1:10, y=11:20) argsfun <- maDotsMatch(dots, formals(args(plot))) do.call("plot", argsfun)
Run the code above in your browser using DataLab