forked from mandymejia/ciftiTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
56 lines (55 loc) · 1.33 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
# Generated by roxygen2: do not edit by hand
S3method(plot,xifti)
S3method(print,summary.xifti)
S3method(print,xifti)
S3method(summary,xifti)
export(ROY_BIG_BL)
export(ciftiTools.getOption)
export(ciftiTools.setOption)
export(expand_color_pal)
export(get_wb_cmd_path)
export(is.cifti)
export(is.xifti)
export(is.xifti_surface)
export(is_xifti)
export(makeXIfTI)
export(make_color_pal)
export(make_helper_spheres)
export(make_xifti)
export(make_xifti_surface)
export(mapCIfTI)
export(metric_resample)
export(readCIfTI)
export(read_cifti)
export(read_cifti_flat)
export(resampleCIfTI)
export(resampleGIfTI)
export(resample_cifti)
export(resample_gifti)
export(separateCIfTI)
export(separate_cifti)
export(substructure_table)
export(surface_resample)
export(uncrop_vol)
export(unmask)
export(view_cifti)
export(view_cifti_surface)
export(view_cifti_volume)
export(view_xifti)
export(view_xifti_surface)
export(view_xifti_volume)
export(writeCIfTI)
export(write_cifti)
import(RColorBrewer)
importFrom(RNifti,readNifti)
importFrom(RNifti,writeNifti)
importFrom(fields,image.plot)
importFrom(freesurferformats,gifti_writer)
importFrom(gifti,is.gifti)
importFrom(gifti,readgii)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.off)
importFrom(oro.nifti,overlay)
importFrom(oro.nifti,readNIfTI)
importFrom(utils,read.csv)