Array-class: Array objects

Array-classR Documentation

Array objects

Description

Array is a virtual class with no slots intended to be extended by concrete subclasses with an array-like semantic.

Details

Some examples of Array derivatives:

  • SparseArray objects implemented in the SparseArray package.

  • DelayedArray objects implemented in the DelayedArray package.

  • ArrayGrid and ArrayViewport objects implemented in this package (the S4Arrays package).

See Also

  • array and matrix objects in base R.

Examples

showClass("Array")  # virtual class with no slots

Bioconductor/S4Arrays documentation built on May 1, 2024, 9:27 p.m.