sizechange: Size change Function

View source: R/src.r

sizechangeR Documentation

Size change Function

Description

TThis is a function that changes the resolution of the image.

Usage

sizechange(img1, simscale = NULL, refsize = NULL, ...)

Arguments

img1

a array or nifti class, which is a image data to be changed the size.

simscale

a numeric.

refsize

a vector with length 3, which is a size to be changed.

...

further arguments passed to or from other methods.

Details

sizechange requires the array data.

Examples


data(exbrain)
exbrain2 = sizechange(exbrain, simscale=1/2)


mand documentation built on Sept. 13, 2023, 1:06 a.m.