fit_result
with individual basis set components shown.R/fit_display.R
stackplot.fit_result.Rd
Plot the fitting results of an object of class fit_result
with
individual basis set components shown.
# S3 method for class 'fit_result'
stackplot(
x,
xlim = NULL,
y_offset = 0,
dyn = 1,
x_pos = 1,
y_pos = 1,
z_pos = 1,
coil = 1,
n = NULL,
sub_bl = FALSE,
labels = FALSE,
label_names = NULL,
sig_col = "black",
restore_def_par = TRUE,
omit_signals = NULL,
combine_lipmm = FALSE,
combine_metab = FALSE,
mar = NULL,
show_grid = TRUE,
grid_nx = NULL,
grid_ny = NA,
invert_fit = FALSE,
...
)
fit_result object.
the range of values to display on the x-axis, eg xlim = c(4,1).
separate basis signals in the y-axis direction by this value.
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.
single index element to plot (overrides other indices when given).
subtract the baseline from the data and fit (logical).
print signal labels at the right side of the plot.
provide a character vector of signal names to replace the defaults determined from the basis set.
colour of individual signal components.
restore default plotting par values after the plot has been made.
a character vector of basis signal names to be removed from the plot.
combine all basis signals with names starting with "Lip" or "MM".
combine all basis signals with names not starting with "Lip" or "MM".
option to adjust the plot margins. See ?par.
plot gridlines behind the data (logical). Defaults to TRUE.
number of cells of the grid in x and y direction. When NULL the grid aligns with the tick marks on the corresponding default axis (i.e., tickmarks as computed by axTicks). When NA, no grid lines are drawn in the corresponding direction.
as above.
show the fit result "upside-down"/
further arguments to plot method.