fit_result
.Plot the fitting results of an object of class fit_result
.
# S3 method for fit_result
plot(
x,
dyn = 1,
x_pos = 1,
y_pos = 1,
z_pos = 1,
coil = 1,
xlim = NULL,
data_only = FALSE,
label = NULL,
plot_sigs = NULL,
n = NULL,
sub_bl = FALSE,
mar = NULL,
restore_def_par = TRUE,
ylim = NULL,
y_scale = FALSE,
...
)
fit_result object.
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.
the range of values to display on the x-axis, eg xlim = c(4,1).
display only the processed data (logical).
character string to add to the top left of the plot window.
a character vector of signal names to add to the plot.
single index element to plot (overrides other indices when given).
subtract the baseline from the data and fit (logical).
option to adjust the plot margins. See ?par.
restore default plotting par values after the plot has been made.
range of values to display on the y-axis, eg ylim = c(0,10).
option to display the y-axis values (logical).
further arguments to plot method.