carpetplot_stack {fMRItools} | R Documentation |
Stacked carpetplot
Description
Stacks carpetplots on top of one another by rbinding the matrices.
Usage
carpetplot_stack(
x_list,
center = TRUE,
scale = FALSE,
qcut = 0.1,
match_scale = TRUE,
nsep = 0,
...
)
Arguments
x_list |
List of data matrices |
center , scale |
Center and scale the data? If |
qcut |
Sets blackpoint at the Must be between 0 and .49. If |
match_scale |
Match the scales of the carpetplots? Default: |
nsep |
Equivalent number of data locations for size of gap between carpetplots. Default: zero (no gap). |
... |
Additional arguments to |
Value
NULL
, invisibly