fit_amps {spant} | R Documentation |
Extract the fit amplitudes from an object of class fit_result
.
Description
Extract the fit amplitudes from an object of class fit_result
.
Usage
fit_amps(
x,
inc_index = FALSE,
sort_names = FALSE,
append_common_1h_comb = TRUE
)
Arguments
x |
|
inc_index |
include columns for the voxel index. |
sort_names |
sort the basis set names alphabetically. |
append_common_1h_comb |
append commonly used 1H metabolite combinations eg tNAA = NAA + NAAG. |
Value
a dataframe of amplitudes.
[Package spant version 2.22.0 Index]