imageMBF {cmR} | R 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)
[Package cmR version 1.1 Index]