Names.pdMat | R Documentation |
This method function returns the fist element of the Dimnames
attribute of object
, which contains the column names of the
matrix represented by object
.
## S3 method for class 'pdMat'
Names(object, ...)
## S3 replacement method for class 'pdMat'
Names(object, ...) <- value
object |
an object inheriting from class |
value |
a character vector with the replacement values for the
column and row names of the matrix represented by |
... |
some methods for this generic require additional arguments. None are used in this method. |
if object
has a Dimnames
attribute then the first
element of this attribute is returned; otherwise NULL
.
On the left side of an assignment, sets the Dimnames
attribute
of object
to list(value, value)
.
José Pinheiro and Douglas Bates bates@stat.wisc.edu
Names
, Names.pdBlocked
pd1 <- pdSymm(~age, data = Orthodont)
Names(pd1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.