design_map.fmri_model | R Documentation |
Produces a single heatmap of all columns in the design matrix from an
fmri_model
object, which merges both the event_model and baseline_model
regressors. Rows are scans; columns are regressors.
Optionally draws horizontal lines between blocks (runs), and rotates x‐axis
labels diagonally for readability.
design_map.fmri_model(
x,
block_separators = TRUE,
rotate_x_text = TRUE,
fill_midpoint = NULL,
fill_limits = NULL,
...
)
x |
An |
block_separators |
Logical; if |
rotate_x_text |
Logical; if |
fill_midpoint |
Numeric or |
fill_limits |
Numeric vector of length 2 or |
... |
Additional arguments passed to |
A ggplot2 plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.