Unwrapped matrix column names
mat_colnames.Rd
A string list containing names of columns for unwrapped matrices. The CL-PFU database stores matrices in row, col, val format. These are the names of those columns.
Format
A string list with 6 entries.
- i
The name of the row column, namely "i".
- row
The name of the row column, namely "i".
- j
The name of the column column, namely "j".
- col
The name of the column column, namely "j".
- x
The name of the value column, namely "value".
- value
The name of the value column, namely "value".