Learn R Programming

spant (version 1.1.0)

plot_slice_fit_inter: Plot a 2D slice from an MRSI fit result object.

Description

Plot a 2D slice from an MRSI fit result object.

Usage

plot_slice_fit_inter(
  fit_res,
  map = NULL,
  slice = 1,
  zlim = NULL,
  interp = 1,
  xlim = NULL
)

Arguments

fit_res

fit_result object.

map

array of values to be plotted, defaults to a "tNAA" map.

slice

slice to plot in the z direction.

zlim

range of values to plot.

interp

interpolation factor.

xlim

spectral plot limits for the x axis.