helper function for generating default
Usage
e_matrix_raw(rows = NULL, cols = NULL, ...)
Arguments
- rows, cols
provide integer values for the number of rows and columns in the matrix grid
- ...
Any other option to pass, check See Also section.
Examples
e_matrix_raw(rows = 3, cols = 3, backgroundStyle=list(borderWidth=0))
e_matrix_raw(rows = 3, cols = 3, body = list(itemStyle = list(borderWidth = 0)))