View source: R/mrs_data_proc.R
get_subset | R Documentation |
Extract a subset of MRS data.
get_subset(
mrs_data,
x_set = NULL,
y_set = NULL,
z_set = NULL,
dyn_set = NULL,
coil_set = NULL,
fd_set = NULL,
td_set = NULL
)
mrs_data |
MRS data object. |
x_set |
x indices to include in the output (default all). |
y_set |
y indices to include in the output (default all). |
z_set |
z indices to include in the output (default all). |
dyn_set |
dynamic indices to include in the output (default all). |
coil_set |
coil indices to include in the output (default all). |
fd_set |
frequency domain data indices to include in the output (default all). |
td_set |
time-domain indices to include in the output (default all). |
selected subset of MRS data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.