- arr
This is the full array. For extensibility, it cannot be written to directly and must be modified through methods.
- cellData
A list of metadata associated with the cells of the data.
- cnames
The names of columns in the data.
- colData
A list of metadata associated with the columns of the data.
- dimData
The data associated with each dimension of the array.
- dims
The size of the array.
- dnames
The size of the array.
- frame
The data frame this class is responsible for.
- mat
This is the matrix. For extensibility, it cannot be written to directly and must be modified through methods.
- metaData
Any data not part of the main data structure.
- ncol
The number of columns in the data.
- ndim
The number of dimensions of the array.
- nrow
The number of rows in the data
- rnames
The names of rows in the data.
- rowData
A list of metadata associated with the rows of the data.