| create_data_matrix {gifti} | R 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  | 
| dims | Dimensions of output | 
| ordering | Ordering of the data | 
Value
Matrix of Values
[Package gifti version 0.8.0 Index]