Plot a slice from a 7 dimensional array.
plot_slice_map(
data,
zlim = NULL,
mask_map = NULL,
mask_cutoff = 20,
interp = 1,
slice = 1,
dyn = 1,
coil = 1,
ref = 1,
denom = NULL,
horizontal = FALSE
)
7d array of values to be plotted.
smallest and largest values to be plotted.
matching map with logical values to indicate if the corresponding values should be plotted.
minimum values to plot (as a percentage of the maximum).
map interpolation factor.
the slice index to plot.
the dynamic index to plot.
the coil element number to plot.
reference index to plot.
map to use as a denominator.
display the colourbar horizontally (logical).