knitr::opts_chunk$set(
  collapse = TRUE, comment = "#>", fig.path = "man/figures/README-",
  message = FALSE, warning = FALSE, error = FALSE, tidy = TRUE, out.width = "100%"
)

snapplot

Travis-CI Build Status AppVeyor Build Status Coverage Status

SNAPverse R package ecosystem development frozen.

Development of the SNAPverse R package ecosystem has been frozen indefinitely. This project was never directly funded. I began it out of personal interest, but no longer work for SNAP. It will remain archived here for historical reference.

snapplot provides a suite of functions for graphing SNAP data sets. It supports other SNAPverse packages, namely snapstat. It is recommended to use snapstat directly when working with SNAP data for graphing and analysis.

Installation

You can install snapplot from github with:

# install.packages("devtools")
devtools::install_github("leonawicz/snapplot")
is_md <- knitr::opts_knit$get("rmarkdown.pandoc.to") == "markdown_github-ascii_identifiers"
cat('## Reference\n\n[Complete package reference and function documentation](https://leonawicz.github.io/snapplot/)')


leonawicz/snapplot documentation built on May 17, 2019, 1:33 p.m.