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

grid_to_coordR Documentation

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

Description

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

Usage

grid_to_coord(x, coords)

## S4 method for signature 'NeuroSpace,matrix'
grid_to_coord(x, coords)

## S4 method for signature 'NeuroSpace,numeric'
grid_to_coord(x, coords)

## S4 method for signature 'NeuroVol,matrix'
grid_to_coord(x, coords)

Arguments

x

the object

coords

a matrix of grid coordinates

Value

a matrix of real coordinates


bbuchsbaum/neuroim2 documentation built on Nov. 3, 2024, 9:31 a.m.