https://github.com/cran/DatabionicSwarm
Raw File
Tip revision: f6de06577b06bc6552963bf8d828d1d247404086 authored by Michael Thrun on 13 October 2023, 11:30:02 UTC
version 1.2.1
Tip revision: f6de065
NAMESPACE
useDynLib("DatabionicSwarm", .registration = TRUE)
importFrom(Rcpp, evalCpp)
importFrom(RcppParallel, RcppParallelLibs)

export(DBSclustering)
export(Delaunay4Points)
export(GeneratePswarmVisualization)
export(ProjectedPoints2Grid)
export(Pswarm)
export(sESOM4BMUs)
export(setGridSize)
export(ShortestGraphPathsC)
export(DijkstraSSSP)
export(RelativeDifference)
export(UniquePoints)



import(Rcpp)

importFrom("deldir","deldir")
importFrom("stats", "hclust","cutree","as.dendrogram","dist", "quantile", "runif", "as.dist", "median", "order.dendrogram")
importFrom("graphics", "axis", "box", "par", "plot.new", "points", "title", "plot")
importFrom("utils", "tail","getSrcDirectory", "head", "packageVersion", "setTxtProgressBar", "txtProgressBar")
importFrom("GeneralizedUmatrix","plotTopographicMap","TopviewTopographicMap")
importFrom("grDevices", "contourLines")
back to top