Package: diffusionMap Type: Package Title: Diffusion Map Version: 1.2.0 Description: Implements diffusion map method of data parametrization, including creation and visualization of diffusion map, clustering with diffusion K-means and regression using adaptive regression model. Richards (2009) . Authors@R: c( person( "Joseph", "Richards", email = "joeyrichar@gmail.com", role = c("aut"), comment = c(github = "joeyrichar") ), person( "Robrecht", "Cannoodt", email = "rcannood@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood") ) ) Depends: R (>= 2.10) Imports: scatterplot3d, graphics, igraph, Matrix, stats License: GPL-3 URL: https://github.com/rcannood/diffusionMap Roxygen: list(markdown = TRUE) RoxygenNote: 6.1.1 Encoding: UTF-8 LazyData: true Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://rcannood.r-universe.dev Date/Publication: 2019-09-10 11:16:27 UTC RemoteUrl: https://github.com/rcannood/diffusionmap RemoteRef: HEAD RemoteSha: 5ed21f8c4b37ef70b207ec0514426310e587f3ac NeedsCompilation: no Packaged: 2026-06-12 10:01:43 UTC; root Author: Joseph Richards [aut] (github: joeyrichar), Robrecht Cannoodt [aut, cre] (ORCID: , github: rcannood) Maintainer: Robrecht Cannoodt