Description Usage Arguments Value Examples
Interactive Heatmap Plot
1 | plot_echeatmap(dp = NULL)
|
dp |
List of parameters
|
an echarts4r heatmap plot
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ## Not run: plot_echeatmap(dp)
## Not run:
dp = list(NULL)
dp$tab = tab
dp$xval = 'x'
dp$yval = 'y'
dp$zval = 'z'
dp$color = 'c('#fef8cb', '#ba8d7e')
dp$text_format = ''
dp$show_label = TRUE
dp$label_color = '#606060'
dp$label_size = 10
dp$x_label_color = '#606060'
dp$x_label_size = 15
dp$y_label_color = '#606060'
dp$y_label_size = 15
dp$xaxis_title = xval
dp$yaxis_title = yval
dp$axis_title_color = '#606060'
dp$axis_title_size = 15
dp$show_xgrid = FALSE
dp$show_ygrid = FALSE
dp$margin_left = '10%'
dp$margin_right = '10%'
dp$margin_top = 60
dp$margin_bottom = 60
dp$title = 'Chart'
dp$chart_width = NULL
dp$chart_height = NULL
fplot = plot_echeatmap(dp)
fplot
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.