An open API service indexing awesome lists of open source software.

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

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