An R package that provides an interface to ECharts for creating interactive HTML maps and data visualizations.
REmap is an R package that provides an interface to the ECharts JavaScript library for creating interactive HTML maps. It allows R users to generate choropleth maps, heatmaps, and other map-based visualizations directly from their R environment without writing JavaScript. The package solves the problem of integrating advanced web-based map visualizations into R workflows.
R users, data scientists, and analysts who need to create interactive map visualizations for reports, dashboards, or web applications directly from R.
Developers choose REmap because it combines R's data manipulation strengths with ECharts' rich visualization capabilities, offering a seamless way to produce professional, interactive maps without leaving the R ecosystem.
create a map by R
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Enables R users to create interactive maps directly from R scripts without JavaScript coding, bridging R's data analysis with ECharts visualization as per the philosophy.
Supports choropleth maps (remapC), heatmaps (remapH), and Baidu Map integration (remapB), offering versatility for different data visualization needs.
Includes multiple themes and customization via the get_theme function, allowing users to enhance visual appeal without manual styling.
Works seamlessly with R Markdown and knitr for generating interactive map visualizations in reproducible reports, as highlighted in the key features.
At version 0.3, the package is still in early development with frequent bug fixes and updates, indicating potential instability for production use.
Requires installation via devtools from GitHub, not CRAN, which complicates dependency management and may lack official support.
The README includes sections in Chinese, such as the update log, which might hinder accessibility for non-Chinese speakers despite English content.