t2.voi.hist: Histogram of VOI of T2 template image

t2.voi.histR Documentation

Histogram of VOI of T2 template image

Description

Histogram of VOI of T2 template image

Usage

t2.voi.hist

Format

A histogram volume of interest from a T2 image for smoothing

Examples

## Not run: 
lib.loc = tempdir() 
if (download_img_data(lib.loc = lib.loc)){
t2 = readNIfTI(system.file("T2Strip.nii.gz", package="WhiteStripe",
lib.loc = lib.loc))
t2.voi = make_img_voi(t2)
any(is.na(t2.voi))
# FALSE 
t2.voi.hist = hist(t2.voi, 
breaks=2000, 
plot=FALSE)  
#save(t2.voi.hist, file="data/t2.voi.hist.rda", compress = TRUE,
# compression_level=9) 
}

## End(Not run) 

muschellij2/WhiteStripe documentation built on Aug. 31, 2022, 8:42 p.m.