inst/doc/gunsales.R

## ---- setup, include=FALSE-----------------------------------------------
library(gunsales)

## ---- initialDataFake, eval=FALSE----------------------------------------
#  gunsales <- analysis()

## ---- initialData, fig.width=7, echo=FALSE-------------------------------
if (gunsales:::.goodOS()) gunsales <- analysis() else cat("Unsupported platform -- no plots below.")

## ---- basePlotsFake, eval=FALSE------------------------------------------
#  plot_gunsales(gunsales)

## ---- basePlots, fig.width=7, echo=FALSE---------------------------------
if (gunsales:::.goodOS()) plot_gunsales(gunsales)

## ---- ggPlotsFake, eval=FALSE--------------------------------------------
#  ggplot_gunsales(gunsales)

## ---- ggPlots, fig.width=7, echo=FALSE-----------------------------------
if (gunsales:::.goodOS()) ggplot_gunsales(gunsales)

Try the gunsales package in your browser

Any scripts or data that you put into this service are public.

gunsales documentation built on May 2, 2019, 7:55 a.m.