Array-class | R Documentation |
Array is a virtual class with no slots intended to be extended by concrete subclasses with an array-like semantic.
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).
array and matrix objects in base R.
showClass("Array") # virtual class with no slots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.