Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fkeck/rleafmap
Interactive maps with R and Leaflet
https://github.com/fkeck/rleafmap
Last synced: 3 months ago
JSON representation
Interactive maps with R and Leaflet
- Host: GitHub
- URL: https://github.com/fkeck/rleafmap
- Owner: fkeck
- License: gpl-3.0
- Created: 2015-01-14T15:23:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-10-20T12:55:56.000Z (about 1 year ago)
- Last Synced: 2024-07-09T22:37:43.883Z (4 months ago)
- Language: R
- Size: 1.68 MB
- Stars: 24
- Watchers: 6
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![R-CMD-check](https://github.com/fkeck/rleafmap/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/fkeck/rleafmap/actions/workflows/R-CMD-check.yaml)
# rleafmap
## Interactive maps with R and Leaflet
rleafmap is an R package to display spatial data with interactive maps powered by Leaflet.## Install
To install the package you can use devtools:
devtools::install_github("fkeck/rleafmap")
## Getting started
Here is a [presentation](http://www.francoiskeck.fr/rleafmap/docs/rleafmap_rencontreR/index_EN.html) of the package (use fullscreen to avoid display problems).Check the website of the package [here](http://www.francoiskeck.fr/rleafmap/).