save_tac: Save a tac object as a .tac file

Description Usage Arguments Value See Also

View source: R/saving.R

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

1
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()


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