gridToCoord-methods: Generic function to convert N-dimensional grid coordinate...

Description Usage Arguments Value

Description

Generic function to convert N-dimensional grid coordinate coordinates to real world coordinates Generic function to convert N-dimensional grid coordinates to real world coordinates

Usage

1
2
3
4
5
6
7
gridToCoord(x, coords)

## S4 method for signature 'BrainSpace,matrix'
gridToCoord(x, coords)

## S4 method for signature 'BrainVolume,matrix'
gridToCoord(x, coords)

Arguments

x

the object

coords

a matrix of grid coordinates

Value

a matrix of real coordinates


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