Please see the package website http://yihui.name/recharts for the full documentation. Here are some quick examples:

library(recharts)
# you can also write: iris %>% echart(~Sepal.Length, ~Sepal.Width)
echart(iris, ~Sepal.Length, ~Sepal.Width)
echart(iris, ~Sepal.Length, ~Sepal.Width, series = ~Species)


yihui/recharts documentation built on Aug. 29, 2020, 3:44 p.m.