Names {lme4} | R Documentation |
Generic functions to extract or assign names of an object, usually an
object of a class that inherits from the pdMat
class. This
function is for back-compatibility only.
Names(object, ...) Names(object) <- value
object |
An object with names - usually an object that inherits
from the pdMat class. |
value |
A character vector of the same length as Names(object) |
... |
Some methods for this generic function may use additional, optional arguments. |
The names assigned to object
.
Douglas Bates bates@stat.wisc.edu and Saikat DebRoy saikat@stat.wisc.edu