R/perturbR-pkg.R

#' @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
GatesLab/evalClust documentation built on Nov. 17, 2019, 3:59 a.m.