lme4 (version 0.8-3)

Names: Extract or assign Names

Description

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.

Usage

Names(object, ...)
Names(object) <- value

Arguments

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.

Value

  • The names assigned to object.

See Also

names, names<-