Matrix (version 0.99-3)

index-class: Virtual Class "index" - Simple Class for Matrix Indices

Description

The class "index" is a virtual class used for indices (in signatures) for matrix indexing and sub-assignment of "Matrix" matrices.

In fact, it's currently implemented as a simple class union (setClassUnion) of "numeric", "logical" and "character".

Arguments

Objects from the Class

A virtual Class: No objects may be created from it.

See Also

[-methods, and Subassign-methods, also for examples.

Examples

Run this code
showClass("index")

Run the code above in your browser using DataLab