R/interactive_plotting.R
plot_slice_fit_inter.Rd
Plot a 2D slice from an MRSI fit result object.
plot_slice_fit_inter(
fit_res,
map = NULL,
map_denom = NULL,
slice = 1,
zlim = NULL,
interp = 1,
xlim = NULL
)
fit_result
object.
fit result values to display as a colour map. Can be specified as a character string or array of numeric values. Defaults to "tNAA".
fit result values to divide the map argument by. Can be specified as a character string (eg "tCr") or array of numeric values.
slice to plot in the z direction.
range of values to plot.
interpolation factor.
spectral plot limits for the x axis.