View source: R/linear_method.R
linear_fsaverage_coords_to_MNI152_coords | R Documentation |
This uses the 4x4 matrix from the FreeSurfer Coordinate Systems documentation.
linear_fsaverage_coords_to_MNI152_coords(vertex_coords)
vertex_coords |
nx3 matrix of coordinates, e.g., typically from fsaverage surface vertices. |
nx3 numerical matrix if MNI152 coords.
This is the opposite of using the Wu et al. approach: a linear transformation matrix is used. This approach is mainly implemented in this package to allow you to easily check the difference between the methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.