View source: R/mrs_data_proc.R
rep_mrs | R Documentation |
Replicate a scan over a given dimension.
rep_mrs(
mrs_data,
x_rep = 1,
y_rep = 1,
z_rep = 1,
dyn_rep = 1,
coil_rep = 1,
warn = TRUE
)
mrs_data |
MRS data to be replicated. |
x_rep |
number of x replications. |
y_rep |
number of y replications. |
z_rep |
number of z replications. |
dyn_rep |
number of dynamic replications. |
coil_rep |
number of coil replications. |
warn |
print a warning when the data dimensions do not change. |
replicated data object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.