powered by
Retrieve a function's arguments and default values in a list.
FctArgs(name, sort = FALSE)
a data.frame with the default in the first columns and with row.names as argument names.
name of the function.
logical. Should the function arguments be sorted? Defaults to FALSE.
FALSE
Andri Signorell <andri@signorell.net>
formalArgs, formals, args, alist, body
formalArgs
formals
args
alist
body
formalArgs(PlotFdist) formals(PlotFdist) # compare: FctArgs(PlotFdist)
Run the code above in your browser using DataLab