Browse Source

Submitted to CRAN

master
hrbrmstr 10 years ago
parent
commit
4d6f09f9ef
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 10
      DESCRIPTION
  2. 2
      LICENSE
  3. 2
      man/statebins.Rd
  4. 1
      statebins.Rproj

10
DESCRIPTION

@ -2,10 +2,16 @@ Package: statebins
Type: Package Type: Package
Title: statebins is an alternative to choropleth maps for US States Title: statebins is an alternative to choropleth maps for US States
Version: 1.0 Version: 1.0
Date: 2014-08-25 Date: 2014-08-26
Author: Bob Rudis (@hrbrmstr) Author: Bob Rudis (@hrbrmstr)
Maintainer: Bob Rudis <bob@rudis.net> 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 URL: http://github.com/hrbrmstr/statebins
BugReports: https://github.com/hrbrmstr/statebins/issues BugReports: https://github.com/hrbrmstr/statebins/issues
License: MIT + file LICENSE License: MIT + file LICENSE

2
LICENSE

@ -1,2 +1,2 @@
YEAR: 2014 YEAR: 2014
COPYRIGHT HOLDER: Bob Rudis COPYRIGHT HOLDER: Bob Rudis

2
man/statebins.Rd

@ -5,7 +5,7 @@
\usage{ \usage{
statebins(state_data, state_col = "state", value_col = "value", statebins(state_data, state_col = "state", value_col = "value",
text_color = "white", font_size = 2, state_border_col = "white", 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 = "", legend_position = "top", brewer_pal = "PuBu", plot_title = "",
title_position = "bottom") title_position = "bottom")
} }

1
statebins.Rproj

@ -18,4 +18,5 @@ BuildType: Package
PackageUseDevtools: Yes PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source PackageInstallArgs: --no-multiarch --with-keep.source
PackageBuildArgs: --resave-data PackageBuildArgs: --resave-data
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace PackageRoxygenize: rd,collate,namespace

Loading…
Cancel
Save