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
)
replicated data object.
MRS data to be replicated.
number of x replications.
number of y replications.
number of z replications.
number of dynamic replications.
number of coil replications.
print a warning when the data dimensions do not change.