imageMBF: Plotting of (voxelwise) cardiac MBF

View source: R/image_mbf.R

imageMBFR Documentation

Plotting of (voxelwise) cardiac MBF

Description

Plotting of (voxelwise) cardiac MBF

Usage

imageMBF(img, zlim = NULL, reverse = TRUE)

Arguments

img

3d array ob MBF values

zlim

limits of MBF, default: NULL means zlim=c(0,max(img,na.rm=TRUE))

reverse

reverse color scheme

Value

plots

Examples

data(cmrsim)
imageMBF(maxresp_sim)

cmR documentation built on July 26, 2023, 6:09 p.m.