Functions to extract and set attributes which are not slots.
函数来提取和设置的属性,这是不插槽。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These functions access an object's attribute list. The first form returns the an object's attribute list after removing any attribute which is also a slot for the object. The assignment form makes the list on the right-hand side of the assignment the object's attribute list (if appropriate).
这些功能的访问对象的属性列表。第一种形式返回对象的属性列表,取出后的任何属性,这也是一个对象的槽。转让的形式转让对象的属性列表右侧的列表(如适用)。
用法----------Usage----------
nonSlotAttributes(x)
nonSlotAttributes(x) <- value
参数----------Arguments----------
参数:x
An object.
一个对象。
参数:value
An appropriate attribute list, or NULL.
一个适当的属性列表,或NULL。
参见----------See Also----------
attributes and attributes<-
attributes和attributes<-