-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
36 lines (35 loc) · 818 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(autohrf)
export(convolve_events)
export(convolve_hrf)
export(create_boynton_hrf)
export(create_child)
export(create_first_generation)
export(create_new_generation)
export(create_spm_hrf)
export(downsample)
export(evaluate_model)
export(fit_to_constraints)
export(get_best_models)
export(get_parents)
export(plot_best_models)
export(plot_events)
export(plot_fitness)
export(plot_model)
export(run_model)
import(RColorBrewer)
import(cowplot)
import(doParallel)
import(foreach)
import(ggplot2)
import(gtools)
import(stats)
import(utils)
importFrom(dplyr,case_when)
importFrom(dplyr,mutate)
importFrom(lubridate,day)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(lubridate,seconds_to_period)
importFrom(magrittr,"%>%")