powered by
Loads ROI volumes from file for use by other functions
load_vol(filename, format = "voistat")
(e.g. participant.voistat)
(default is the TAC .voistat format from PMOD, also accepts "DFT and "BPndPaste")
data.frame with loaded TAC data
Other Loading functions: as.tac(), load_tac(), load_voistat()
as.tac()
load_tac()
load_voistat()
# NOT RUN { f_raw_vol <- system.file("extdata", "AD06_TAC.voistat", package="tacmagic") vol <- load_vol(f_raw_vol) # }
Run the code above in your browser using DataLab