isInitialized {Matrix} | R Documentation |
A generic function. Methods for specific classes should return
TRUE
if object
is initialized, otherwise FALSE
.
isInitialized(object)
object |
An object that may or may not be initialized. |
A logical value indicating if the object is initialized.
The name of this generic was changed from the original name,
isinitialized
, because that name is used in the methods
package.
Douglas Bates bates@stat.wisc.edu and Saikat DebRoy saikat@stat.wisc.edu