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

Description Usage Arguments

View source: R/interactive_plotting.R

Description

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

Usage

1
2
3
4
5
6
7
8
9
plot_slice_fit_inter(
  fit_res,
  map = NULL,
  map_denom = NULL,
  slice = 1,
  zlim = NULL,
  interp = 1,
  xlim = NULL
)

Arguments

fit_res

fit_result object.

map

fit result values to display as a colour map. Can be specified as a character string or array of numeric values. Defaults to "tNAA".

map_denom

fit result values to divide the map argument by. Can be specified as a character string (eg "tCr") or array of numeric values.

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.


neuroconductor-devel/spant documentation built on May 18, 2021, 9:12 p.m.