freeview: Opens Freeview

Description Usage Arguments Details

View source: R/plotting.R

Description

Opens Freeview to view the surface of a specific stack/contrast

Usage

1
freeview(vw, stack = NULL, type = c("coef", "se", "t", "p"), sig = TRUE, ...)

Arguments

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'

sig

Logical; if TRUE (default), only the significant clusters are shown

...

any arguments that freeview (on command line) normally takes for manipulating surface files

Details

This function directly calls Freeview so that you can view the surface of a specific variable. As it opens Freeview directly, you will have access to all the functions of Freeview by default. To continue using R, simply close Freeview.


slamballais/QDECR documentation built on Jan. 9, 2022, 1:22 p.m.