design_map.event_model | R Documentation |
Produces a single heatmap of all columns in the design matrix for an
event_model
object, with rows corresponding to scan number and columns
corresponding to regressors. A white horizontal line separates each block/run.
design_map.event_model(
x,
rescale_cols = TRUE,
block_separators = TRUE,
rotate_x_text = TRUE,
fill_midpoint = NULL,
fill_limits = NULL,
...
)
x |
An |
rescale_cols |
Logical; if TRUE, columns are rescaled to (-1,1) before plotting. |
block_separators |
Logical; if |
rotate_x_text |
Logical; if |
fill_midpoint |
Numeric or |
fill_limits |
Numeric vector of length 2 or |
... |
Other arguments passed on to |
A ggplot2 plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.