@ -2,8 +2,8 @@ statebins is an alternative to choropleth maps for US States
The following functions are implemented:
- `statebins` -
- `statebins_continuous` -
- `statebins` - creates "statebin" charts in the style of <http://bit.ly/statebins> - This version uses discrete `RColorBrewer` scales, binned by the "breaks" parameter.
- `statebins_continuous` - creates "statebin" charts in the style of <http://bit.ly/statebins> - This version uses a continuous scale based on `RColorBrewer` scales (passing in a 6 element `RColorBrewer` palette to `scale_fill_gradientn`).
### News
@ -43,10 +43,12 @@ gg

@ -11,8 +11,8 @@ statebins is an alternative to choropleth maps for US States
The following functions are implemented:
- `statebins` -
- `statebins_continuous` -
- `statebins` - creates "statebin" charts in the style of http://bit.ly/statebins - This version uses discrete `RColorBrewer` scales, binned by the "breaks" parameter.
- `statebins_continuous` - creates "statebin" charts in the style of http://bit.ly/statebins - This version uses a continuous scale based on `RColorBrewer` scales (passing in a 6 element `RColorBrewer` palette to `scale_fill_gradientn`).