Description Usage Arguments Value Examples
View source: R/mris_convert_curv.R
This function call mris_convert
,
using the -c
option
1 | mris_convert_curv(curv, opts = "", ...)
|
curv |
(character) scalar curv overlay file |
opts |
(character) additional options to
|
... |
additional arguments to |
Result of mris_convert
1 2 3 4 5 6 7 8 9 10 | if (have_fs()) {
bert_surf_dir = file.path(fs_subj_dir(), "bert", "surf")
asc_file = mris_convert_curv(
infile = file.path(bert_surf_dir, "lh.white"),
curv = file.path(bert_surf_dir, "lh.thickness")
)
res = read_fs_table(asc_file, header = FALSE)
colnames(res) = c("index", "coord_1", "coord_2", "coord_3", "value")
head(res)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.