-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
151 lines (150 loc) · 4.21 KB
/
Copy pathNAMESPACE
File metadata and controls
151 lines (150 loc) · 4.21 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
# Generated by roxygen2: do not edit by hand
S3method("+",ggb)
S3method("+",ggbrain_images)
S3method(ggplot_add,ggbrain_label)
S3method(ggplot_add,ggbrain_layer)
S3method(ggplot_add,ggbrain_panel)
S3method(plot,ggb)
S3method(plot,ggbrain_panel)
S3method(plot,ggbrain_patchwork)
S3method(plot,ggbrain_plot)
S3method(print,ggbrain_patchwork)
S3method(render,ggb)
export(annotate_coordinates)
export(annotate_crosshairs)
export(annotate_orientation)
export(annotate_slice)
export(cluster_slices)
export(define)
export(geom_brain)
export(geom_brain_clusterized)
export(geom_outline)
export(geom_region_label)
export(geom_region_label_repel)
export(geom_region_text)
export(geom_region_text_repel)
export(ggbrain)
export(ggbrain_images)
export(ggbrain_label)
export(ggbrain_layer)
export(ggbrain_layer_brain)
export(ggbrain_layer_outline)
export(ggbrain_panel)
export(ggbrain_plot)
export(images)
export(integer_breaks)
export(montage)
export(nn_impute)
export(range_breaks)
export(render)
export(scale_fill_bisided)
export(slices)
export(target_resolution)
importFrom(Matrix,sparseMatrix)
importFrom(R6,R6Class)
importFrom(RNifti,niftiHeader)
importFrom(RNifti,readNifti)
importFrom(RNifti,voxelToWorld)
importFrom(Rcpp,sourceCpp)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_choice)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_count)
importFrom(checkmate,assert_data_frame)
importFrom(checkmate,assert_file_exists)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_list)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_string)
importFrom(checkmate,assert_subset)
importFrom(checkmate,test_character)
importFrom(checkmate,test_class)
importFrom(data.table,":=")
importFrom(data.table,melt)
importFrom(data.table,rbindlist)
importFrom(data.table,setDF)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,anti_join)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_keys)
importFrom(dplyr,group_split)
importFrom(dplyr,if_else)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,recode)
importFrom(dplyr,reframe)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggnewscale,new_scale_fill)
importFrom(ggplot2,.pt)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_raster)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,guide_colorbar)
importFrom(ggplot2,guides)
importFrom(ggplot2,margin)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_fill_distiller)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,waiver)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(glue,glue)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,grid.rect)
importFrom(grid,unit)
importFrom(imager,as.cimg)
importFrom(imager,as.pixset)
importFrom(imager,boundary)
importFrom(imager,dilate)
importFrom(imager,erode_square)
importFrom(imager,isoblur)
importFrom(imager,pixset)
importFrom(imager,px.circle)
importFrom(imager,resize)
importFrom(imager,split_connected)
importFrom(patchwork,patchworkGrob)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,wrap_plots)
importFrom(rlang,as_label)
importFrom(rlang,has_name)
importFrom(rlang,parse_expr)
importFrom(rlang,sym)
importFrom(stats,as.formula)
importFrom(stats,setNames)
importFrom(tibble,remove_rownames)
importFrom(tibble,tibble)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(tidyselect,everything)
importFrom(tidyselect,matches)
importFrom(utils,capture.output)
importFrom(utils,head)
useDynLib(ggbrain, .registration = TRUE)