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

Usage

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

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

## S4 method for signature 'BrainSpace,numeric'
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


bbuchsbaum/neuroim documentation built on March 29, 2021, 11:01 a.m.