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.
You can install snapplot from github with:
# install.packages('devtools')
devtools::install_github("leonawicz/snapplot")