https://github.com/zachcp/quickd3maps-r
create maps with D3.js
https://github.com/zachcp/quickd3maps-r
Last synced: 4 months ago
JSON representation
create maps with D3.js
- Host: GitHub
- URL: https://github.com/zachcp/quickd3maps-r
- Owner: zachcp
- Created: 2016-02-15T18:34:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-14T21:25:29.000Z (almost 9 years ago)
- Last Synced: 2025-08-31T23:57:27.696Z (4 months ago)
- Language: JavaScript
- Homepage: http://zachcp.github.io/quickd3maps-R/
- Size: 1.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## quickd3map
simple mapping with d3 using htmltools. this is the stub but will expand
this to allow coloring, sorting and selecting. see the [main page](http://zachcp.github.io/quickd3maps-R/)
```r
library(quickd3map)
bubblemap(mapdata = "usa",
data=uscities,
latcol="Latitude",
loncol="Longitude",
mapscale = 800,
sizecol = "Area",
maxdomain = 1e3,
maxrange = 20)
```
## News
- Version `0.1` released