-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
132 lines (131 loc) · 3.63 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
# Generated by roxygen2: do not edit by hand
S3method(as.list,AbstractGeom)
S3method(format,threeBrain.save_brain)
S3method(import_fs,T1)
S3method(import_fs,atlas_volume)
S3method(import_fs,curv)
S3method(import_fs,surface)
S3method(import_fs,xform)
S3method(import_suma,T1)
S3method(import_suma,atlas_volume)
S3method(import_suma,curv)
S3method(import_suma,surface)
S3method(import_suma,xform)
S3method(knit_print,threejs_brain)
S3method(plot,threeBrain.save_brain)
S3method(print,colormap)
S3method(print,threeBrain.save_brain)
S3method(print,threebrain_to_html)
S3method(print,threejs_brain)
export(AbstractGeom)
export(BlankGeom)
export(DataCubeGeom)
export(DataCubeGeom2)
export(FreeGeom)
export(GeomGroup)
export(LineSegmentsGeom)
export(SphereGeom)
export(SpriteGeom)
export(TubeGeom)
export(add_nifti)
export(add_voxel_cube)
export(available_templates)
export(brain_proxy)
export(brain_setup)
export(calculate_rotation)
export(check_freesurfer_path)
export(conform_volume)
export(create_colormap)
export(create_group)
export(create_voxel_cube)
export(cross_prod)
export(default_template_directory)
export(download_N27)
export(download_template_subject)
export(freeserfer_colormap)
export(freesurfer_brain)
export(freesurfer_brain2)
export(freesurfer_lut)
export(generate_smooth_envelope)
export(generate_subcortical_surface)
export(geom_freemesh)
export(geom_sphere)
export(get_ijk2ras)
export(import_from_freesurfer)
export(import_fs)
export(import_suma)
export(list_electrode_prototypes)
export(load_colormap)
export(load_prototype)
export(localization_module)
export(merge_brain)
export(new_electrode_prototype)
export(plot_slices)
export(read.fs.annot)
export(read.fs.curv)
export(read.fs.label)
export(read.fs.mgh)
export(read.fs.morph)
export(read.fs.surface)
export(read.fs.transform)
export(read.fs.volume)
export(read.fs.weight)
export(read.nifti1.data)
export(read.nifti1.header)
export(read.nifti2.data)
export(read.nifti2.header)
export(read_fs_asc)
export(read_fs_m3z)
export(read_gii2)
export(read_mgz)
export(read_volume)
export(renderBrain)
export(save_brain)
export(save_colormap)
export(seeg_prototype)
export(set_default_template)
export(threeBrain)
export(threebrain_finalize_installation)
export(threejsBrainOutput)
export(threejs_brain)
export(video_content)
export(volume_to_surf)
export(write.fs.surface)
export(write.nifti1)
export(write.nifti2)
importFrom(R6,R6Class)
importFrom(R6,is.R6)
importFrom(freesurferformats,read.fs.annot)
importFrom(freesurferformats,read.fs.curv)
importFrom(freesurferformats,read.fs.label)
importFrom(freesurferformats,read.fs.mgh)
importFrom(freesurferformats,read.fs.morph)
importFrom(freesurferformats,read.fs.surface)
importFrom(freesurferformats,read.fs.transform)
importFrom(freesurferformats,read.fs.volume)
importFrom(freesurferformats,read.fs.weight)
importFrom(freesurferformats,read.nifti1.data)
importFrom(freesurferformats,read.nifti1.header)
importFrom(freesurferformats,read.nifti2.data)
importFrom(freesurferformats,read.nifti2.header)
importFrom(freesurferformats,write.fs.surface)
importFrom(freesurferformats,write.nifti1)
importFrom(freesurferformats,write.nifti2)
importFrom(grDevices,col2rgb)
importFrom(grDevices,palette)
importFrom(grDevices,rgb)
importFrom(graphics,plot)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,saveWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(knitr,knit_print)
importFrom(png,writePNG)
importFrom(shiny,getDefaultReactiveDomain)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
importFrom(utils,read.table)
importFrom(utils,unzip)
importFrom(utils,write.csv)
importFrom(utils,zip)