powered by
Write MRS data object to file in a RAW format compatible with LCModel.
write_mrs_lcm_raw(fname, mrs_data, id = NA)
the filename of the output RAW format MRS data.
object to be written to file.
text string to identify the data.
# NOT RUN { mrs_data <- write_mrs_lcm_raw("my_mrs_data.RAW", my_mrs_data) # }
Run the code above in your browser using DataLab