isInitialized {Matrix}R Documentation

Check for initialization

Description

A generic function. Methods for specific classes should return TRUE if object is initialized, otherwise FALSE.

Usage

isInitialized(object)

Arguments

object An object that may or may not be initialized.

Value

A logical value indicating if the object is initialized.

Note

The name of this generic was changed from the original name, isinitialized, because that name is used in the methods package.

Author(s)

Douglas Bates bates@stat.wisc.edu and Saikat DebRoy saikat@stat.wisc.edu

References

Examples






[Package Contents]