Description Usage Arguments Details Value Author(s) See Also Examples
This function creates (ggplot2) plots for gunsales analysis.
1  | ggplot_gunsales(df, savePlots = FALSE, savePNG = FALSE)
 | 
df | 
 A   | 
savePlots | 
 A boolean toggle to indicate if the plots are to
be saved in the   | 
savePNG | 
 A boolean toggle to indicate if the plots are to
be saved in the   | 
In interactive mode, plot display is paused and the user has to advance by pressing the Return key.
NULL is returned invisibly.
Gregor Aisch and Josh Keller wrote the R code; Dirk Eddelbuettel created and maintains the package.
The NY Times article presenting this analsysi undertaken by this package is at http://www.nytimes.com/interactive/2015/12/10/us/gun-sales-terrorism-obama-restrictions.html?
1 2 3 4 5  | ## Not run: 
  gs <- analysis()
  ggplot_gunsales(gs)
## End(Not run)
 | 
Package 'gunsales' -- use 'vignette("gunsales")' to see a short summary.
See the repository at https://github.com/NYTimes/gunsales/ for details.
[1] "Increase in monthly gun sales in Missouri = 8773.09"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.