echarts4r

R package for rich interactive visualisations

Documentation Repository
40+ chart types

40+ chart types

Support for numerous charts, from scatter plots to statistical graphs like histograms and boxplots.

3D charts

3D charts

Support for 3 dimensional scatter plots, bar charts, surface plots, ..., compatible with globes, and more.

Networks

Networks

Support for networks of nodes and edges as well as layout and modularity algorithms.

Networks

Geospatial

Support for geospatial visualisations with flat and 3D maps, globes, on any serie can be drawn.

Installation

CRAN

Get the stable version from CRAN.

              
  install.packages("echarts4r")
              
            
Development

Get the dev version from Github.

              
  remotes::install_github("JohnCoene/echarts4r")