Plotting method for objects of class mrs_data.
# S3 method for mrs_data
plot(
x,
dyn = 1,
x_pos = 1,
y_pos = 1,
z_pos = 1,
coil = 1,
fd = TRUE,
x_units = NULL,
xlim = NULL,
y_scale = FALSE,
x_ax = TRUE,
mode = "re",
lwd = NULL,
bty = NULL,
label = "",
restore_def_par = TRUE,
mar = NULL,
xaxis_lab = NULL,
...
)
object of class mrs_data.
the dynamic index to plot.
the x index to plot.
the y index to plot.
the z index to plot.
the coil element number to plot.
display data in the frequency-domain (default), or time-domain (logical).
the units to use for the x-axis, can be one of: "ppm", "hz", "points" or "seconds".
the range of values to display on the x-axis, eg xlim = c(4,1).
option to display the y-axis values (logical).
option to display the x-axis values (logical).
representation of the complex numbers to be plotted, can be one of: "re", "im", "mod" or "arg".
plot linewidth.
option to draw a box around the plot. See ?par.
character string to add to the top left of the plot window.
restore default plotting par values after the plot has been made.
option to adjust the plot margins. See ?par.
x-axis label.
other arguments to pass to the plot method.