Learn R Programming

GAparsimony (version 0.9.5)

matrixNULL-class: Virtual Class "matrixNULL" - Simple Class for matrix or NULL

Description

The class "matrixNULL" is a simple class union (setClassUnion) of "matrix" and "NULL".

Arguments

Objects from the Class

Since it is a virtual Class, no objects may be created from it.

Examples

Run this code
showClass("matrixNULL")

Run the code above in your browser using DataLab