matrix {SMRUCC.Rsharp.Runtime.Internal.Object} | .NET clr documentation |
all element inside the matrix has the sample data type
kind of liked dataframe type
# namespace SMRUCC.Rsharp.Runtime.Internal.Object
export class matrix extends RsharpDataObject {
colnames: string;
elementType: RType;
# a rectangle array
mat: Array[];
rownames: string;
}
elementType
: RTypemat
: Array