Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cut.nifti

Perform Cut on an image


Description

Cuts a numeric image into an integer factor, with the option of a mask.

Usage

## S3 method for class 'nifti'
cut(x, breaks, ..., mask)

## S3 method for class 'anlz'
cut(x, ..., mask)

Arguments

x

Object of class nifti

breaks

either a numeric vector of two or more unique cut points or a single number (greater than or equal to 2) giving the number of intervals into which x is to be cut. Passed to cut)

...

Arguments passed to cut

mask

object to subset the image. If missing, then all values of the image are used

Value

Object of class nifti with an attribute of levels

Examples

img = nifti(array(rnorm(10^3), dim = rep(10, 3)))
mask = img > 0
cut(img, mask = mask, breaks = 4)

neurobase

'Neuroconductor' Base Package with Helper Functions for 'nifti' Objects

v1.32.1
GPL-2
Authors
John Muschelli [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.