Dim.pdMat
Dimensions of a pdMat ObjectThis method function returns the dimensions of the matrix represented by object
.
## S3 method for class 'pdMat' Dim(object, ...)
object | an object inheriting from class |
... | some methods for this generic require additional arguments. None are used in this method. |
an integer vector with the number of rows and columns of the matrix represented by object
.
José Pinheiro and Douglas Bates [email protected]
Dim(pdSymm(diag(3)))
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.