-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·17 lines (15 loc) · 1.07 KB
/
Copy pathNAMESPACE
File metadata and controls
executable file
·17 lines (15 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export(archeofrag.gui)
import(shiny)
import(foreach)
import(doParallel)
importFrom(archeofrag, make_frag_object, make_cr_graph, frag.cohesion.ranking, frag.get.parameters, frag.get.layers.pair, frag.edges.weighting, frag.layers.cohesion, frag.layers.admixture, frag.simul.process, frag.simul.summarise, frag.graph.plot)
importFrom(dendextend, cor_bakers_gamma, is.dendrogram, entanglement, tanglegram)
importFrom(doRNG, registerDoRNG)
importFrom(DT, renderDT, DTOutput, JS)
importFrom(graphics, mtext)
importFrom(ggplot2, aes, theme_light, geom_density, scale_fill_grey, scale_fill_manual, geom_vline, xlab, ggtitle, geom_boxplot, facet_wrap, scale_x_continuous, theme, element_text)
importFrom(grDevices, dev.off, svg)
importFrom(igraph, gorder, V, E, components, count_components, gsize, "%--%", vertex_attr, delete_vertices, graph_from_data_frame)
importFrom(shinythemes, shinytheme)
importFrom(stats, as.dendrogram, as.dist, as.hclust, cophenetic, cor, complete.cases, hclust, reshape, median, mad)
importFrom(utils, combn, packageVersion, read.csv, data, sessionInfo, toLatex, write.csv)