Find a suitable set of labels from an object for use in printing or plotting, for example. A generic function.
找到了一套适合用于打印或绘制,例如,从一个对象标签。一个泛型函数。
用法----------Usage----------
labels(object, ...)
参数----------Arguments----------
参数:object
Any R object: the function is generic.
任何R对象:函数是通用的。
参数:...
further arguments passed to or from other methods.
通过进一步的论据或其他方法。
值----------Value----------
A character vector or list of such vectors. For a vector the results is the names or seq_along(x) and for a data frame or array it is the dimnames (with NULL expanded to seq_len(d[i]).
字符向量或列表等向量。结果为向量的名称或seq_along(x)和一个数据框或阵列是的dimnames(用NULL扩大到seq_len(d[i])的。
参考文献----------References----------
Statistical Models in S. Wadsworth & Brooks/Cole.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。