Skip to contents

Loads ROI volumes from file for use by other functions

Usage

load_vol(filename, format = "voistat")

Arguments

filename

(e.g. participant.voistat)

format

(default is the TAC .voistat format from PMOD, also accepts "DFT and "BPndPaste")

Value

data.frame with loaded TAC data

See also

Other Loading functions: as.tac, load_tac, load_voistat

Examples

f_raw_vol <- system.file("extdata", "AD06_TAC.voistat", package="tacmagic")

vol <- load_vol(f_raw_vol)