surfsplit | R Documentation |
Function to split up a surface ply into several ply's based on a freesurfer label file.
surfsplit( srf_ply, label_path, prefix = "test", output_dir = dirname(label_path), verbose = TRUE )
srf_ply |
Surface ply path |
label_path |
label dpv file |
prefix |
output prefix |
output_dir |
output directory path |
verbose |
logical indicating to be verbose or not |
Script adapted to R and ggseg based on scripts from Anderson M. Winkler: http://brainder.org
list of ply meshes. Will also write ply meshes to files.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.