Learn R Programming

ANTsR (version 0.7.2.0)

multichannelToVector: Convert multichannel antsImage to a vector.

Description

Employs a mask to flatten each channel of a multi-channel image into a contiguous piece of a vector.

Usage

multichannelToVector(multichannelimage, mask)

Arguments

multichannelimage

input multichannel image

mask

mask of same dimensionality as multichannelimage

Value

vector is output

Examples

Run this code
# NOT RUN {
# see vectorToMultichannel

# }

Run the code above in your browser using DataLab