Learn R Programming

neuroim (version 0.0.6)

origin: Generic getter to extract image origin

Description

Generic getter to extract image origin

Usage

origin(x)
"origin"(x)
"origin"(x)

Arguments

x
an object with an origin

Examples

Run this code
bspace <- BrainSpace(c(10,10,10), c(2,2,2))
origin(bspace)

Run the code above in your browser using DataLab