R/rSpectral-package.R

#' rSpectral
#' 
#' This package implements the Spectral Modularity clustering algorithm for
#' \code{\link{igraph}} and \code{\link[graph]{graphNEL}} graphs. The algorithm 
#' was proposed in \insertCite{PhysRevE.74.036104}{rSpectral} and an example
#' of its application to the real biological network could be found in
#' \insertCite{Roy:2018Regional}{rSpectral}. 
#' 
#' @docType package
#' @encoding UTF-8
#' @author Colin Mclean <Colin.D.Mclean@ed.ac.uk>
#' @importFrom Rcpp evalCpp
#' @useDynLib rSpectral
#' @name rSpectral

#' @references
#' \insertAllCited{}
#' @importFrom Rdpack reprompt
#' 
"_PACKAGE"

NULL

Try the rSpectral package in your browser

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

rSpectral documentation built on Jan. 22, 2023, 1:54 a.m.