Description Usage Arguments Details
Opens Freeview to take snapshots and compiles them into a plot
1 2 3 4 5 6 7 8 9 10 11 12 |
vw |
The output object of a qdecr call (e.g. qdecr_fastlm) |
stack |
Either a numeric or a string for your variable (use 'stacks(vw)') |
type |
The type of map to plot (currently for OLS). Default is 'coef', others are 'se', 't' and 'p' |
ext |
Extension of the image files that will be stored on disk |
zoom |
Float that determines how far the brains are zoomed in |
compose |
Logical; if TRUE, a single compiled image will be made (requires Magick++) |
plot_brain |
Logical; if TRUE, returns a graphical device with the composed images |
save_plot |
Logical; if TRUE, saves the composed image |
sig |
Logical; if TRUE, only the significant clusters are shown |
... |
any arguments that freeview (on command line) normally takes for manipulating surface files |
This function directly calls Freeview and generates files (by default .tiff) and additionally composes the images and plots them. Magick++ is required for the composing step (see www.qdecr.com).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.