gridToCoord {neuroim}R Documentation

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

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

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


[Package neuroim version 0.0.6 Index]