Compute the names of all the specified parameters in a TypeSpecification object
计算所有指定参数的名称在TypeSpecification对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This generic function has methods for computing the names of all the parameters in a type specification for a function for which type information is explicitly specified. There is also a method for functions which merely returns the names of the formal parameters, i.e. a call to formals.
这个泛型函数计算在为哪种类型的信息是明确指定的函数类型规范的所有参数的名称的方法。还有一个功能的方法,只是返回的正式参数的名称,即调用formals。
用法----------Usage----------
paramNames(def)
参数----------Arguments----------
参数:def
the object from which we are to identify the names of the parameters
从中,我们要确定的参数名称的对象
值----------Value----------
A character vector giving the names of the parameters that were found.
一个特征向量,被发现的参数的名称。
作者(S)----------Author(s)----------
Duncan Temple Lang <duncan@wald.ucdavis.edu>