save_tac {tacmagic}R Documentation

Save a tac object as a .tac file

Description

Saves a tac object, created by load_tac(), tac_roi() or manually, and saves it as a PMOD-formatted tac file. Using the .tac extension in the file name is recommended.

Usage

save_tac(tac, outfile)

Arguments

tac

The time-activity curve data, e.g. from load_tac() or tac_roi()

outfile

The output filename

Value

Does not return an object, only saves a file

See Also

Other tac functions: plot.tac(), split_pvc(), tac_roi()


[Package tacmagic version 0.3.1 Index]