fs5_to_fs6 {VertexWiseR} | R Documentation |
fsaverage5 to fsaverage6
Description
Remaps vertex-wise surface data in fsaverage5 space to fsaverage6 space using the nearest neighbor approach
Usage
fs5_to_fs6(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 fsaverage6 space
See Also
Examples
CTv = runif(20484,min=0, max=100);
CTv_fs6 = fs5_to_fs6(CTv);
[Package VertexWiseR version 1.0.0 Index]