basis_suffix | R Documentation |
Generates the _b##
suffix for HRF basis functions.
basis_suffix(j, nb)
j |
Integer vector of basis indices (1-based). |
nb |
Total number of basis functions. |
Character vector of suffixes (e.g., _b01
, _b02
).
basis_suffix(1:3, 5)
basis_suffix(1:10, 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.