-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml_bak.yml
74 lines (66 loc) · 1.5 KB
/
_pkgdown.yml_bak.yml
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
template:
params:
bootswatch: flatly
reference:
- title: read and write brain images
desc: >
read and write 3D or 4D NIFTI neuroimaging files into R
contents:
- read_vol
- write_vol
- read_vec
- write_vec
- read_header
- title: create image data structures
desc: >
constructor function for 2D, 3D, and 4D imaging data structures.
contents:
- NeuroSlice
- NeuroVol
- SparseNeuroVol
- ClusteredNeuroVol
- SparseNeuroVec
- NeuroVecSeq
- MappedNeuroVec
- FileBackedNeuroVec
- ROIVol
- ROIVec
- title: get information about data structures
desc: >
Functions to access information about the shape, size, and structure of images
contents:
- space
- ndim
- spacing
- which_dim
- dim_of
- axes
- bounds
- origin
- trans
- voxels
- centroid
- centroids
- title: querying, dividing, slicing, and extracting data from image data structures
desc: >
Functions to extract portions of data or split up data into sub-regions for further processing
contents:
- vols
- vectors
- split_clusters
- split_blocks
- patch_set
- slices
- series
- series_roi
- partition
- sub_vector
- title: searchlight functions
desc: >
Functions to support "searchlight" analyses of image data
contents:
- searchlight
- searchlight_coords
- clustered_searchlight
- random_searchlight
- bootstrap_searchlight