Learn R Programming

ANTsR (version 0.3.3)

antsImageIteratorGoToReverseBegin: antsImageIteratorGoToReverseBegin

Description

move iterator to begining of reverse data

Usage

antsImageIteratorGoToReverseBegin(x)

Arguments

x
antsImageIterator

Value

antsImageIterator

Examples

Run this code
img <- makeImage(c(5,5), rnorm(25))
it <- antsImageIterator( img )
it <- antsImageIteratorGoToReverseBegin( it )

Run the code above in your browser using DataLab