View source: R/fmridsl_builder.R
create_hrf_object | R Documentation |
Create HRF Object from Specification
create_hrf_object(hrf_spec)
hrf_spec |
A list containing HRF specifications:
|
An HRF object
# Basic canonical HRF
create_hrf_object(list(type = "HRF_SPMG1"))
# Gaussian HRF with custom parameters
create_hrf_object(list(
type = "HRF_GAUSSIAN",
parameters = list(mean = 5, sd = 1)
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.