This function creates an OMX file, establishes the shape attribute (number of rows and columns) and version attribute, and creates the data and lookup groups.
create_omx(file, numrows, numcols, level = 1)
Full path name of the OMX file to create.
Number of rows that all matrices in the file will have.
Number of columns that all matrices in the file will have.
Defaults to numrows
.
Compression level. Default 1
.
None