forked from Mu-Sigma/muHVT
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
75 lines (75 loc) · 2.15 KB
/
DESCRIPTION
File metadata and controls
75 lines (75 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Package: HVT
Type: Package
Date: 2026-04-29
Title: Constructing Hierarchical Voronoi Tessellations and Overlay
Heatmaps for Data Analysis
Version: 26.1.3
Authors@R: c(
person("Zubin", "Dowlaty", email = "zubin.dowlaty@mu-sigma.com", role = c("aut", "cre")),
person("Mu Sigma, Inc.", role = "cph"))
Description: Facilitates building topology preserving maps for data analysis.
License: Apache License 2.0
Encoding: UTF-8
Imports: MASS, grDevices, splancs, stats, dplyr, NbClust,
purrr, magrittr, ggplot2, tidyr, scales, cluster,
reshape2, FNN, Rtsne, umap, plyr,
markovchain, methods, deldir, gridExtra
Depends: R (>= 4.0.0)
BugReports: https://github.com/Mu-Sigma/HVT/issues
URL: https://github.com/Mu-Sigma/HVT
RoxygenNote: 7.3.3
Suggests: knitr,rmarkdown,testthat,geozoo, plotly, rlang,
DT,patchwork,sp,Hmisc,data.table,gtable,
htmlwidgets,skimr,tibble,devtools,gifski,gganimate,
tidyverse,DataExplorer,htmltools,corrplot,kableExtra,polyclip,conf.design,
furrr, future, dendextend
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-04-29 00:00:00 UTC;
Maintainer: Zubin Dowlaty <zubin.dowlaty@mu-sigma.com>
Repository: CRAN
Date/Publication: 2026-04-29 00:00:00 UTC
Collate:
'Add_boundary_points.R'
'Corrected_Tessellations.R'
'Transform_Coordinates.R'
'ScaleMat.R'
'DelaunayInfo.R'
'Delete_Outpoints.R'
'HVTMSM_support.R'
'HVTMSMoptimization.R'
'OptimizationResults.R'
'VQ_codebookSplit.R'
'constants.R'
'clusterPlot.R'
'clustHVT.R'
'diagPlot.R'
'diagSuggestion.R'
'displayTable.R'
'edaPlots.R'
'getCellId.R'
'getCentroids.R'
'getCentroids_for_opti.R'
'getOptimalCentroids.R'
'getTransitionProbability.R'
'global.R'
'hvq.R'
'madPlot.R'
'mcmc_plots.R'
'msm.R'
'utilities.R'
'plotAnimatedFlowmap.R'
'plotExAnteRawSeries.R'
'plotHVT.R'
'plotModelDiagnostics.R'
'plotMsmKN.R'
'plotNovelCells.R'
'plotQuantErrorHistogram.R'
'plotStateTransition.R'
'plotZscore.R'
'reconcileTransitionProbability.R'
'removeNovelty.R'
'scoreHVT.R'
'scoreLayeredHVT.R'
'summary.R'
'trainHVT.R'