R/destiny-package.r

#' Create and plot diffusion maps
#' 
#' The main function is \code{\link{DiffusionMap}}, which returns an object you can \code{\link{plot}} (\code{\link{plot.DiffusionMap}} is then called).
#' 
#' @examples
#' demo(destiny, ask = FALSE)
#' 
#' @docType package
#' @name destiny
#' 
## Make sure Rcpp and RcppEigen are loaded
#' @importFrom Rcpp evalCpp
#' @importFrom RcppEigen RcppEigen.package.skeleton
NULL
theislab/destiny documentation built on Jan. 27, 2024, 9:57 p.m.