origin-methods: Generic getter to extract image origin

Description Usage Arguments Examples

Description

Generic getter to extract image origin

Usage

1
2
3
4
5
6
7
origin(x)

## S4 method for signature 'BrainSpace'
origin(x)

## S4 method for signature 'BrainData'
origin(x)

Arguments

x

an object with an origin

Examples

1
2
bspace <- BrainSpace(c(10,10,10), c(2,2,2))
origin(bspace)

neuroim documentation built on May 2, 2019, 1:04 p.m.