Nothing
#' 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.