-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
45 lines (44 loc) · 1.04 KB
/
NAMESPACE
File metadata and controls
45 lines (44 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
S3method(correct_errorA,brain)
S3method(correct_errorA,tbl_brain)
S3method(image,brain)
S3method(is_errorA,brain)
S3method(is_errorA,tbl_brain)
S3method(is_errorB,brain)
S3method(is_errorB,tbl_brain)
S3method(is_z_curve,tbl_brain)
S3method(plot2d,brain)
S3method(plot2d,tbl_brain)
S3method(plot3d,brain)
S3method(plot3d,tbl_brain)
S3method(qmodel,brain)
S3method(qmodel,tbl_brain)
S3method(tidy,brain)
export(add_attr)
export(change_coordinates)
export(correct_errorA)
export(correct_errorB.tbl_brain)
export(download_brains)
export(get_jawbone)
export(is_errorA)
export(is_errorB)
export(is_z_curve)
export(plot2d)
export(plot2d_plane)
export(plot_all_sample)
export(process_all_sample)
export(qmodel)
export(read_brains)
export(read_h5)
export(reorient)
import(dplyr)
import(ggplot2)
importFrom(generics,tidy)
importFrom(graphics,image)
importFrom(gridExtra,grid.arrange)
importFrom(mosaic,makeFun)
importFrom(rgl,plot3d)
importFrom(rlang,"!!")
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(tibble,as_tibble)