#' Common dimensionality reduction methods
#'
#' Provides a common interface for applying common dimensionality reduction methods,
#' Such as PCA, ICA, diffusion maps, LLE, t-SNE, and umap.
#'
#' @importFrom dynutils calculate_distance list_distance_methods is_sparse
#' @importFrom stats as.dist
#'
#' @docType package
#' @name dyndimred
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.