Learn R Programming

QPBoot (version 0.2)

arg.names: Returns the argument names of a function.

Description

To check if an estimate or simulate function is valid.

Usage

arg.names(fun)

Arguments

fun

a function from which the arguments should be retrieved from

Value

a vector of characters containing the names of the arguments of the function fun

##############################################################################