hrbrmstr
9 years ago
No known key found for this signature in database
GPG Key ID: 1D7529BE14E2BBA9
4 changed files with
11 additions and
4 deletions
-
DESCRIPTION
-
LICENSE
-
man/statebins.Rd
-
statebins.Rproj
|
|
@ -2,10 +2,16 @@ Package: statebins |
|
|
|
Type: Package |
|
|
|
Title: statebins is an alternative to choropleth maps for US States |
|
|
|
Version: 1.0 |
|
|
|
Date: 2014-08-25 |
|
|
|
Date: 2014-08-26 |
|
|
|
Author: Bob Rudis (@hrbrmstr) |
|
|
|
Maintainer: Bob Rudis <bob@rudis.net> |
|
|
|
Description: statebins is an alternative to choropleth maps for US States |
|
|
|
Description: statebins is an alternative to choropleth maps for US States and |
|
|
|
is based on work by the Washington Post graphics department in their report |
|
|
|
on "The states most threatened by trade". statebins preserves as much of |
|
|
|
the geographic placment of the states as possible but has the look and |
|
|
|
feel of a traditional heatmap. Functions are provided that allow for use |
|
|
|
of both a binned, discrete scale and continuous scale depending on what |
|
|
|
is needed for the underlying data. |
|
|
|
URL: http://github.com/hrbrmstr/statebins |
|
|
|
BugReports: https://github.com/hrbrmstr/statebins/issues |
|
|
|
License: MIT + file LICENSE |
|
|
|
|
|
@ -1,2 +1,2 @@ |
|
|
|
YEAR: 2014 |
|
|
|
COPYRIGHT HOLDER: Bob Rudis |
|
|
|
COPYRIGHT HOLDER: Bob Rudis |
|
|
@ -5,7 +5,7 @@ |
|
|
|
\usage{ |
|
|
|
statebins(state_data, state_col = "state", value_col = "value", |
|
|
|
text_color = "white", font_size = 2, state_border_col = "white", |
|
|
|
breaks = 5, labels = 1:4, legend_title = "Legend", |
|
|
|
breaks = 5, labels = 1:5, legend_title = "Legend", |
|
|
|
legend_position = "top", brewer_pal = "PuBu", plot_title = "", |
|
|
|
title_position = "bottom") |
|
|
|
} |
|
|
|
|
|
@ -18,4 +18,5 @@ BuildType: Package |
|
|
|
PackageUseDevtools: Yes |
|
|
|
PackageInstallArgs: --no-multiarch --with-keep.source |
|
|
|
PackageBuildArgs: --resave-data |
|
|
|
PackageCheckArgs: --as-cran |
|
|
|
PackageRoxygenize: rd,collate,namespace |
|
|
|