Learn R Programming

tacmagic (version 0.3.1)

load_vol: 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

Run this code
# 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