Description Usage Arguments Value Examples
View source: R/plot_ecscatter.R
Interactive Line and Scatter Plot
1 | plot_ecscatter(dp = NULL)
|
dp |
List of parameters
|
an echarts4r line and scatter 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 34 35 36 37 38 39 | ## Not run: plot_ecbar(dp)
## Not run:
dp = list(NULL)
dp$tab = tab
dp$xval = 'x'
dp$yval = 'y'
dp$group = 'group'
dp$color = c('#b4943e', '#777acd', '#60a862', '#c45ca2', '#cb5a4c')
dp$pointsize = 8
dp$linesize = 2
dp$title = NULL
dp$text_format = ''
dp$show_label = FALSE
dp$label_color = '#A9A9A9'
dp$label_size = 10
dp$ax_label_color = '#606060'
dp$ax_label_size = 10
dp$xaxis_title = NULL
dp$yaxis_title = NULL
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$legend = FALSE
dp$legend_left = 'auto'
dp$legend_right = 'auto'
dp$legend_top = 'auto'
dp$legend_bottom = 'auto'
dp$legend_orient = 'horizontal'
dp$chart_width = NULL
dp$chart_height = NULL
fplot = plot_ecscatter(dp)
fplot
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.