Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthik/mapboxer
Mapbox from R
https://github.com/karthik/mapboxer
Last synced: about 1 month ago
JSON representation
Mapbox from R
- Host: GitHub
- URL: https://github.com/karthik/mapboxer
- Owner: karthik
- License: other
- Created: 2015-05-08T22:30:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T22:34:58.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:10:44.626Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 137 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maboxer
Mapbox from R. This an early effort to build a basic application that supports the full suite of mapbox features including premium tiles. This would allow R users to pipe data.frames containing spatial data directly into interactive maps.
## Installation
```r
devtools::install_github("karthik/mapboxer")
```## Working example
```r
library(ecoengine)
library(dplyr)
library(mapboxer)
lynx <- ee_observations(genus = "lynx", georeferenced = TRUE)
mapbox(lynx$data)
```![Imgur](http://i.imgur.com/FmJkpuP.jpg)