R/SCCA.R

#' Spectral Clustering Correspondence Analysis in R
#'
#' @description
#' The SCCA package implements in R the methodological approach to CA as proposed
#' in \strong{Correspondence analysis, spectral clustering and graph embedding: applications to ecology and economic complexity}
#' (\href{https://www.uu.nl}{van Dam et al; 2021}).
#'
#'


#' @section Exported functions:
#' \itemize{
#'   \item \code{\link{scca_compute}}
#'   \item \code{\link{scca_get_clusters}}
#'   \item \code{\link{scca_get_node}}
#'   \item \code{\link{scca_plot_spectrum}}
#'   \item \code{\link{scca_print}}
#'   \item \code{\link{compute_rca}}
#'   \item \code{\link{eigengap_heuristic}}
#' }
#' @section Exported data:
#' \itemize{
#'   \item \code{\link{carnivora} \link{carnivora_sites} \link{carnivora_species}}
#'  }
#'
#'
#' @docType package
#' @name SCCA
NULL
UtrechtUniversity/SCCA documentation built on April 16, 2021, 3:23 a.m.