fs6_to_fs5 {VertexWiseR} | R Documentation |
fsaverage6 to fsaverage5
Description
Remaps vertex-wise surface data in fsaverage6 space to fsaverage5 space using the nearest neighbor approach
Usage
fs6_to_fs5(surf_data)
Arguments
surf_data |
A numeric vector or matrix object containing the surface data, see SURFvextract() output format. |
Value
A matrix object containing vertex-wise surface data mapped in fsaverage5 space
See Also
Examples
surf_data = runif(81924,min=0, max=100);
fs5_data=fs6_to_fs5(surf_data)
[Package VertexWiseR version 1.0.0 Index]