create_data_matrix: Create Data Matrix with ordering respected

View source: R/create_data_matrix.R

create_data_matrixR Documentation

Create Data Matrix with ordering respected

Description

Create Data Matrix with ordering respected

Usage

create_data_matrix(
  data,
  dims,
  ordering = c("RowMajorOrder", "ColumnMajorOrder")
)

Arguments

data

Data output from data_decoder

dims

Dimensions of output

ordering

Ordering of the data

Value

Matrix of Values


neuroconductor/gifti documentation built on Feb. 6, 2023, 6:52 a.m.