diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-06 15:13:21 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-06 15:13:21 -0700 |
| commit | ea489f0b5cb7919dfc32d4e33def5af46807b504 (patch) | |
| tree | 9e1ea31dbd880de9b28785274f6827c003788623 /NAMESPACE | |
| parent | e6f6a49b41a26b184cbdc7b3f532f3deef01031d (diff) | |
Add ordering function
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,6 @@ # Generated by roxygen2: do not edit by hand +export(get_order) export(gg_csobczak) export(heatmap) export(networkplot) @@ -7,3 +8,5 @@ import(ggplot2) import(ggraph) import(igraph) importFrom(reshape2,melt) +importFrom(stats,as.dist) +importFrom(stats,hclust) |
