antsImageIteratorPrevious: antsImageIteratorPrevious

View source: R/antsImageIterator_class.R

antsImageIteratorPreviousR Documentation

antsImageIteratorPrevious

Description

advance iterator backward

Usage

antsImageIteratorPrevious(x)

Arguments

x

antsImageIterator

Value

antsImageIterator

Examples

img <- makeImage(c(5, 5), rnorm(25))
it <- antsImageIterator(img)
it <- antsImageIteratorPrevious(it)

stnava/ANTsR documentation built on April 16, 2024, 12:17 a.m.