Learn R Programming

echarts4r (version 0.1.1)

e_toolbox_feature: Toolbox

Description

Add toolbox interface.

Usage

e_toolbox_feature(e, feature, ...)

e_toolbox(e, ...)

Arguments

e

An echarts4r object as returned by e_charts.

feature

Feature to add, defaults to all.

...

Any other option to pass, check See Also section.

See Also

https://ecomfe.github.io/echarts-doc/public/en/option.html#toolbox

Examples

Run this code
# NOT RUN {
USArrests %>% 
  e_charts(UrbanPop) %>% 
  e_line(Assault) %>% 
  e_area(Murder, y.index = 1, x.index = 1) %>% 
  e_datazoom(x.index = 0) 

# }

Run the code above in your browser using DataLab