Learn R Programming

echarts4r (version 0.5.0)

e_matrix_raw: Generate Matrix

Description

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.

See Also

Examples

Run this code

e_matrix_raw(rows = 3, cols = 3, backgroundStyle=list(borderWidth=0))

e_matrix_raw(rows = 3, cols = 3, body = list(itemStyle = list(borderWidth = 0)))

Run the code above in your browser using DataLab