if (FALSE) {
# Load annotation
annot_file = system.file("extdata", "lh.aparc.annot.gz",
package = "freesurferformats",
mustWork = TRUE);
annot = read.fs.annot(annot_file);
# New method: write the annotation instance:
write.fs.annot.gii(tempfile(fileext=".annot"), annot);
}
Run the code above in your browser using DataLab