-
Notifications
You must be signed in to change notification settings - Fork 27
/
_pkgdown.yml
103 lines (102 loc) · 1.99 KB
/
_pkgdown.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
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
url: https://craddm.github.io/eegUtils/
development:
mode: auto
template:
bootstrap: 5
params:
bootswatch: flatly
navbar:
components:
twitter:
icon: fab fa-twitter fa-lg
href: https://www.twitter.com/matt_craddock
reference:
- title: IO
desc: |
Functions for importing data or electrode information into R.
contents:
- starts_with("import")
- export_bva
- title: Processing
desc: |
Functions for pre-processing and processing data
contents:
- apply_ica
- compute_csd
- eeg_average
- eeg_combine
- eeg_decompose
- eeg_downsample
- eeg_filter
- eeg_reference
- electrode_locations
- epoch_data
- interp_elecs
- rm_baseline
- run_ICA
- tag_events
- title: Artefact rejection
desc: |
Functions for artefact rejection.
contents:
- starts_with("ar")
- epoch_stats
- channel_stats
- view_artefacts
- title: Selection
desc: Functions for selecting subsets of data
contents:
- starts_with("select")
- filter
- title: Plotting
desc: |
Functions for plotting data
contents:
- browse_data
- erp_image
- erp_raster
- erp_scalp
- geom_topo
- get_scalpmap
- interactive_scalp
- starts_with("plot_")
- stat_scalpmap
- stat_scalpcontours
- topoplot
- view_ica
- title: Frequency analysis
desc: Functions related to (time-)frequency analysis
contents:
- compute_itc
- compute_psd
- compute_tfr
- title: Converters
desc: Functions for converting objects to data.frames
contents: starts_with("as.")
- title: Accessors
desc: Functions for accessing and modifying specific elements of an object
contents:
- channels
- epochs
- events
- channel_names
- get_participant_id
- get_recording
- title: internal
contents:
- starts_with("print")
- starts_with("is")
- epoch_data.default
- tag_epochs
- demo_epochs
- demo_spatial
- eeg_epochs
- eeg_ICA
- cycle_calc
- tag_epochs
- rotate_angle
- list_epochs
- list_events
- fit_glm
- eegUtils-package
- eeg_summarise