library(rtemis.draw).:rtemis.draw 0.3.0 🖌 aarch64-apple-darwin23
Attaching package: 'rtemis.draw'
The following object is masked from 'package:graphics':
Axis
.:rtemis.draw 0.3.0 🖌 aarch64-apple-darwin23
Attaching package: 'rtemis.draw'
The following object is masked from 'package:graphics':
Axis
rtemis.draw renders each plot type with the most capable JavaScript library for the job: ECharts for statistical charts, Sigma.js for network graphs, and MapLibre GL for choropleth maps. Every backend offers the same two tiers:
draw_*() convenience functions for common plots (draw_scatter(), draw_network(), draw_choropleth(), …).EChartsOption, SigmaOption, MapLibreOption) for full control, all rendered through the single draw() generic.| Backend | High-level | Low-level |
|---|---|---|
| ECharts | draw_* | S7 API |
| Sigma.js | draw_network | S7 API |
| MapLibre | draw_choropleth | S7 API |