load_vol {tacmagic} | R Documentation |
Loads ROI volumes from file for use by other functions
Description
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)
[Package tacmagic version 0.3.1 Index]