View source: R/baseline_model.R
design_map.baseline_model | R Documentation |
Produces a heatmap of all columns in the design matrix for a baseline_model
object,
with rows corresponding to scans and columns corresponding to regressors. By default,
it draws horizontal lines separating runs (blocks), and rotates the column labels diagonally.
design_map.baseline_model(
x,
block_separators = TRUE,
rotate_x_text = TRUE,
fill_midpoint = NULL,
fill_limits = NULL,
...
)
x |
A |
block_separators |
Logical; if |
rotate_x_text |
Logical; if |
fill_midpoint |
Numeric or |
fill_limits |
Numeric vector of length 2 or |
... |
Additional arguments forwarded to |
A ggplot2 plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.