View source: R/write-fascicles.R
write_fascicles | R Documentation |
Export fascicles from R
write_fascicles(x, file)
x |
An object of class |
file |
Path to a file into which the tractography data should be saved.
Currently supported files are |
The input tractography data (invisibly) so that the function can be used in pipes.
uf_left <- read_fascicles(system.file("extdata", "UF_left.vtp", package = "riot")) ## Not run: out <- fs::file_temp(ext = ".vtp") write_fascicles(uf_left, file = out) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.