Learn R Programming

spant (version 1.6.0)

write_mrs_lcm_raw: Write MRS data object to file in a RAW format compatible with LCModel.

Description

Write MRS data object to file in a RAW format compatible with LCModel.

Usage

write_mrs_lcm_raw(fname, mrs_data, id = NA)

Arguments

fname

the filename of the output RAW format MRS data.

mrs_data

object to be written to file.

id

text string to identify the data.

Examples

Run this code
# NOT RUN {
mrs_data <- write_mrs_lcm_raw("my_mrs_data.RAW", my_mrs_data)
# }

Run the code above in your browser using DataLab