Names {lme4}R Documentation

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.

Author(s)

Douglas Bates bates@stat.wisc.edu and Saikat DebRoy saikat@stat.wisc.edu

See Also

names, names<-

Examples






[Package Contents]