t1.voi.hist: Histogram of VOI of T1 template image

Description Usage Format Examples

Description

Histogram of VOI of T1 template image

Usage

1

Format

A volume of interest histogram from a T1 image for smoothing

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
lib.loc = tempdir() 
if (download_img_data(lib.loc = lib.loc)){
t1 = readNIfTI(system.file("T1Strip.nii.gz", package="WhiteStripe",
lib.loc = lib.loc))
t1.voi = make_img_voi(t1)
any(is.na(t1.voi))
# FALSE
t1.voi.hist = hist(t1.voi, 
breaks=2000, 
plot=FALSE) 
#save(t1.voi.hist, file="data/t1.voi.hist.rda", compress = TRUE,
# compression_level=9)
}

## End(Not run) 

neuroconductor-devel-releases/WhiteStripe documentation built on May 6, 2020, 3:21 p.m.