Description Usage Arguments Value Examples
View source: R/mris_convert_normals.R
This function call mris_convert
,
using the -n
option
1 | mris_convert_normals(opts = "", ...)
|
opts |
(character) additional options to
|
... |
additional arguments to |
Result of mris_convert
1 2 3 4 5 6 7 | if (have_fs()) {
bert_dir = file.path(fs_subj_dir(), "bert")
asc_file = mris_convert_normals(
infile = file.path(bert_dir, "surf", "lh.white")
)
readLines(asc_file, n = 6)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.