#' @name perturbR-package
#' @aliases perturbR-package
#' @title Perturb Networks
#' @description The perturbR function incrementally perturbs networks
#' (using the rewireR function) and compares the resulting rewired networks with the orignal.
#' These comparisons aid in understanding the stability of the
#' cluster solution.
#' @author {KM Gates [aut, cre],\cr
#' Zachary Fisher [aut], \cr
#' Cara Arizmendi [aut]
#' }
#' Maintainer: KM Gates \email{gateskm@email.unc.edu}
#' @import igraph ggplot2
#' @importFrom graphics lines points
#' @importFrom stats rbinom
#' @useDynLib perturbR
#' @keywords perturbR
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.