View source: R/create_hrf_afni.R
create_hrf_afni | R Documentation |
create_hrf_afni
create_hrf_afni(
hrf,
tr,
upsample_factor = NULL,
afni_path = NULL,
afni_quiet = TRUE
)
hrf |
name of the hemodynamic response function. can be gam, block or spmg1 |
tr |
retrieval time (tr) in seconds |
upsample_factor |
number of volumes or time points |
hrf <- create_hrf_afni("spmg1", 1.5, 16)
head(hrf)
# visualize
visualize_time_series(hrf, "SPMG1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.