getFormalNames {biovizBase} | R Documentation |
Get formals from functions, used for dispatching arguments inside.
getFormalNames(..., remove.dots = TRUE)
... |
functions. |
remove.dots |
logical value, indicate remove dots in formals or not, default is |
A character vector for formal arguments.
Tengfei Yin
getFormalNames(plot, sapply)