carpetplot_stack | R Documentation |
Stacks carpetplots on top of one another by rbinding the matrices.
carpetplot_stack(
x_list,
center = TRUE,
scale = FALSE,
qcut = 0.1,
match_scale = TRUE,
nsep = 0,
...
)
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 |
NULL
, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.