matrix {SMRUCC.Rsharp.Runtime.Internal.Object} .NET clr documentation

matrix

Description

all element inside the matrix has the sample data type

kind of liked dataframe type

Declare

            
# namespace SMRUCC.Rsharp.Runtime.Internal.Object
export class matrix extends RsharpDataObject {
   colnames: string;
   elementType: RType;
   # a rectangle array
   mat: Array[];
   rownames: string;
}

        

.NET clr type reference tree

  1. this class extends from RsharpDataObject class: RsharpDataObject
  2. use by property member elementType: RType
  3. use by property member mat: Array

[Package {$package} version {$version} Index]