load_vol: Loads ROI volumes from file for use by other functions

Description Usage Arguments Value See Also Examples

View source: R/loading.R

Description

Loads ROI volumes from file for use by other functions

Usage

1
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

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

vol <- load_vol(f_raw_vol)

tacmagic documentation built on Dec. 15, 2020, 5:13 p.m.