gifti_writer | R Documentation |
Write data to a gifti file.
gifti_writer(filepath, ...)
filepath |
path to the output gifti file |
... |
parameters passed to |
https://www.nitrc.org/frs/download.php/2871/GIFTI_Surface_Format.pdf
## Not run:
outfile = tempfile(fileext = '.gii');
dataarrays = list(rep(3.1, 3L), matrix(seq(6), nrow=2L));
gifti_writer(outfile, dataarrays, datatype=c('NIFTI_TYPE_FLOAT32', 'NIFTI_TYPE_INT32'));
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.