-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
158 lines (157 loc) · 3.56 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
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
152
153
154
155
156
157
158
# Generated by roxygen2: do not edit by hand
S3method(Math,xifti)
S3method(Ops,xifti)
S3method(Summary,xifti)
S3method(as.matrix,xifti)
S3method(dim,xifti)
S3method(plot,surf)
S3method(plot,xifti)
S3method(print,summary.surf)
S3method(print,summary.xifti)
S3method(print,surf)
S3method(print,xifti)
S3method(summary,surf)
S3method(summary,xifti)
export(ROY_BIG_BL)
export(add_surf)
export(apply_parc)
export(apply_xifti)
export(as.cifti)
export(as.xifti)
export(as_cifti)
export(as_xifti)
export(boundary_mask_surf)
export(ciftiTools.files)
export(ciftiTools.getOption)
export(ciftiTools.listOptions)
export(ciftiTools.setOption)
export(combine_xifti)
export(convert_to_dlabel)
export(convert_to_dscalar)
export(convert_to_dtseries)
export(convert_xifti)
export(dilate_mask_surf)
export(edit_mask_surf)
export(erode_mask_surf)
export(even_vert_samp)
export(expand_color_pal)
export(fix_xifti)
export(get_wb_cmd_path)
export(infer_resolution)
export(infoCIfTI)
export(info_cifti)
export(infocii)
export(is.cifti)
export(is.surf)
export(is.xifti)
export(isCIfTI)
export(is_cifti)
export(is_xifti)
export(load_parc)
export(load_surf)
export(make_color_pal)
export(make_surf)
export(mask_surf)
export(merge_xifti)
export(move_from_mwall)
export(move_from_submask)
export(move_to_mwall)
export(move_to_submask)
export(newdata_xifti)
export(parc_add_subcortex)
export(parc_borders)
export(parc_vals_to_xifti)
export(readCIfTI)
export(read_cifti)
export(read_surf)
export(read_xifti)
export(read_xifti2)
export(readcii)
export(remapCIfTI)
export(remap_cifti)
export(remap_gifti)
export(remap_xifti)
export(remapcii)
export(remove_xifti)
export(resampleCIfTI)
export(resampleGIfTI)
export(resample_cifti)
export(resample_cifti_from_template)
export(resample_gifti)
export(resample_surf)
export(resample_xifti)
export(resamplecii)
export(resamplegii)
export(rotate_surf)
export(run_wb_cmd)
export(scale_xifti)
export(select_xifti)
export(separateCIfTI)
export(separate_cifti)
export(separatecii)
export(set_names_xifti)
export(smoothCIfTI)
export(smoothGIfTI)
export(smooth_cifti)
export(smooth_gifti)
export(smooth_xifti)
export(smoothcii)
export(smoothgii)
export(substructure_table)
export(supported_intents)
export(surf_area)
export(transform_xifti)
export(unmask_subcortex)
export(use_color_pal)
export(viewCIfTI)
export(viewCIfTI_surface)
export(viewCIfTI_volume)
export(view_cifti)
export(view_cifti_surface)
export(view_cifti_volume)
export(view_comp)
export(view_surf)
export(view_xifti)
export(view_xifti_surface)
export(view_xifti_volume)
export(viewcii)
export(viewcii_surface)
export(viewcii_volume)
export(writeCIfTI)
export(write_cifti)
export(write_metric_gifti)
export(write_subcort_nifti)
export(write_surf)
export(write_surf_gifti)
export(write_xifti)
export(write_xifti2)
export(writecii)
import(viridisLite)
importFrom(RColorBrewer,brewer.pal)
importFrom(RColorBrewer,brewer.pal.info)
importFrom(RNifti,"sform<-")
importFrom(RNifti,readNifti)
importFrom(RNifti,writeNifti)
importFrom(gifti,is.gifti)
importFrom(gifti,readgii)
importFrom(gifti,writegii)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,plot.new)
importFrom(oro.nifti,as.nifti)
importFrom(oro.nifti,nifti_header)
importFrom(oro.nifti,overlay)
importFrom(oro.nifti,readNIfTI)
importFrom(stats,cmdscale)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,capture.output)
importFrom(xml2,as_list)
importFrom(xml2,read_xml)