img.stand: A function to standardize NIfTI objects

Description Usage Arguments Examples

View source: R/img.stand.R

Description

This function allows you to standardize NIfTI objects. It also allows for you to do a trimmed standardizating (subtract trimmed mean, divide by trimmed standard deviation)

Usage

1
img.stand(image, mask, trim)

Arguments

image

NIfTI object, image to standardize.

mask

NIfTI object, brain mask of image.

trim

scalar between (0,1), percent of trimming to do from the highest and lowest intensities

Examples

1

JMMaronge/jmm.funcs documentation built on May 7, 2019, 10:12 a.m.