nuget server logo nuget api documents
↑

API Docs / REnv / matrix

matrix

Full name SMRUCC.Rsharp.Runtime.Internal.Object.matrix Assembly REnv Members 9

all element inside the matrix has the sample data type

00 Remarks

kind of liked dataframe type

01 Syntax

SMRUCC.Rsharp.Runtime.Internal.Object.matrix

02 Methods

NameOverloadsSummary
getNames 1 get the matrix col names
getColumn 1
getRow 1
getRowNames 1
setNames 1
hasName 1

03 Properties

NameOverloadsSummary
mat 1 a rectangle array
colnames 1
rownames 1

04 Members

method getNames #
getNames

get the matrix col names

property mat #
mat

a rectangle array

property colnames #
colnames
property rownames #
rownames
method getColumn #
getColumn(Object, Environment)
method getRow #
getRow(Object, Environment)
method getRowNames #
getRowNames()
method setNames #
setNames(String(), Environment)
method hasName #
hasName(String)