args {base} | R Documentation |
args(fun)
fun |
an interpreted function.
If |
A function with identical formal argument list but an empty body.
This function is mainly used interactively.
For programming, use formals
instead.
formals
, help
.
args(args) #-> NULL (args is a 'primitive' function).
args(plot.default)