On this page
Dim.pdMat
Dimensions of a pdMat Object
Description
This method function returns the dimensions of the matrix represented by object
.
Usage
## S3 method for class 'pdMat'
Dim(object, ...)
Arguments
object |
an object inheriting from class |
... |
some methods for this generic require additional arguments. None are used in this method. |
Value
an integer vector with the number of rows and columns of the matrix represented by object
.
Author(s)
José Pinheiro and Douglas Bates bates@stat.wisc.edu
See Also
Examples
Dim(pdSymm(diag(3)))
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.