.\" -*- nroff -*- generated from .Rd format
.BG
.FN Dim
.TL
Extract Dimensions from an Object
.DN
This function is generic; method functions can be written to handle
specific classes of objects. Classes which already have methods for
this function include: `corSpatial', `corStruct',
`pdCompSymm', `pdDiag', `pdIdent', `pdMat',
and `pdSymm'.
.CS
Dim(object, ...)
.RA
.AG object
any object for which dimensions can be extracted.
.OA
.AG ...
some methods for this generic function require additional
arguments.
.RT
will depend on the method function used; see the appropriate documentation.

NOTE: If `dim' allowed more than one argument, there would be no
need for this generic function.
.SA
`Dim.pdMat', `Dim.corStruct'
.EX
## see the method function documentation
.KW models
.WR
