carpetplot | R Documentation |
Plot a matrix with graphics::image
. For fMRI data, this is the
"carpetplot" or grayplot coined by (Power, 2017). The graphics
and
grDevices
packages are required.
carpetplot(
x,
qcut = 0.1,
fname = NULL,
center = TRUE,
scale = FALSE,
colors = "gray255",
sortSub = TRUE,
...
)
x |
The |
qcut |
Sets blackpoint at the Must be between 0 and .49. If |
fname |
A |
center , scale |
Center and scale the data? If |
colors |
Colors will be assigned from the lowest to the highest data value, after
any clamping of the data values by |
sortSub |
If |
... |
Additional arguments to |
The image or NULL, invisibly
if a file was written.
Power, J. D. A simple but useful way to assess fMRI scan qualities. NeuroImage 154, 150-158 (2017).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.