Names(nlme)
Names()所属R语言包:nlme
Names Associated with an Object
与对象关联的名称
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is generic; method functions can be written to handle specific classes of objects. Classes which already have methods for this function include: formula, modelStruct, pdBlocked, pdMat, and reStruct.
此功能是通用的;写方法功能可以处理特定的类的对象。类,已经有此功能的方法包括:formula,modelStruct,pdBlocked,pdMat,reStruct。
用法----------Usage----------
Names(object, ...)
Names(object, ...) <- value
参数----------Arguments----------
参数:object
any object for which names can be extracted and/or assigned.
任何对象名称可以提取和/或分配。
参数:...
some methods for this generic function require additional arguments.
这个泛型函数的一些方法需要额外的参数。
参数:value
names to be assigned to object.
名被分配到object。
值----------Value----------
will depend on the method function used; see the appropriate documentation.
将取决于所采用的方法函数;看到相应的文档。
副作用----------SIDE EFFECTS----------
On the left side of an assignment, sets the names associated with object to value, which must have an appropriate length.
对转让的左侧,设置名objectvalue,必须有一个适当的长度。
注意----------Note----------
If names were generic, there would be no need for this generic function.
如果names是通用的,就没有这个通用功能的需要。
作者(S)----------Author(s)----------
Jose Pinheiro and Douglas Bates <a href="mailto:bates@stat.wisc.edu">bates@stat.wisc.edu</a>
参见----------See Also----------
Names.formula,
Names.formula
举例----------Examples----------
## see the method function documentation[#方法函数的文档。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|