HRF_DAGUERRE_BASIS | R Documentation |
Creates a set of hemodynamic response functions using Daguerre spherical basis functions. Returns the full basis set rather than a single canonical response.
HRF_DAGUERRE_BASIS(t, n_basis = 3, scale = 4)
t |
Time points in seconds |
n_basis |
Number of basis functions (default: 3) |
scale |
Scale parameter for the time axis (default: 4) |
Matrix where each column is a basis function
t <- seq(0, 32, by=0.1)
basis_set <- HRF_DAGUERRE_BASIS(t)
matplot(t, basis_set, type='l', xlab='Time (s)', ylab='Response')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.