coordToGrid-methods: Generic function to convert N-dimensional real world...

Description Usage Arguments Value

Description

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

Usage

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

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

## S4 method for signature 'BrainSpace,numeric'
coordToGrid(x, coords)

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

Arguments

x

the object

coords

a matrix of real world coordinates

Value

a matrix of grid coordinates


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