knitr::opts_chunk$set( collapse = TRUE, comment = "#>", out.width = "100%", fig.path = "man/figures/", message = FALSE, dpi = 300 ) set.seed(1) library(tidyverse)
dyndimred
: Dimensionality Reduction Methods in a Common FormatProvides a common interface for applying dimensionality reduction methods, such as PCA, ICA, diffusion maps, LLE, t-SNE, and umap. Just plug in a matrix and get a dimensionality reduction!
Check out news(package = "dyndimred")
or NEWS.md for a full list of changes.
cat(dynutils::recent_news())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.