-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
58 lines (57 loc) · 1.41 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(ggplot_build,dynplot)
export(dynplot)
export(empty_plot)
export(geom_cell_hex)
export(geom_cell_point)
export(geom_expression_raster)
export(geom_milestone_label)
export(geom_milestone_point)
export(geom_trajectory_connection)
export(geom_trajectory_divergence)
export(geom_trajectory_segments)
export(geom_velocity_arrow)
export(get_features)
export(get_milestone_palette_names)
export(layout_dendro)
export(layout_dimred)
export(layout_graph)
export(layout_heatmap)
export(layout_modules)
export(layout_onedim)
export(new_scale)
export(new_scale_fillcolour)
export(scale_expression_fillcolour)
export(scale_milestones_fillcolour)
export(select_expression)
export(shadow)
export(stat_velocity_cells)
export(stat_velocity_grid)
export(stat_velocity_random)
export(theme_clean)
export(theme_graph)
import(dplyr)
import(dyndimred)
import(dynutils)
import(dynwrap)
import(ggplot2)
import(methods)
import(purrr)
import(tibble)
import(tidyr)
importFrom(GA,ga)
importFrom(RColorBrewer,brewer.pal)
importFrom(assertthat,assert_that)
importFrom(grDevices,rainbow)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_rownames)
importFrom(rje,cubeHelix)
importFrom(shades,hue)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,dist)
importFrom(stats,hclust)
importFrom(stats,runif)
importFrom(stringr,str_detect)