Description Usage Arguments Value Examples
View source: R/asegstats2table.R
This function calls asegstats2table
to
convert parcellation statistics to a table
1 2 3 4 5 6 7 8 9 10 11 |
subjects |
(character) vector of subjects |
inputs |
(character paths) vector of input filenames,
e.g. |
outfile |
(character) output filename |
measure |
(character) measure to be calculated |
sep |
(character) separator for the output file. This will be
an attribute of |
skip |
(logical) if subject does not have parcellation,
should the command skip that subject ( |
subj_dir |
(character path) if a different subjects directory
is to be used other than |
opts |
(character) additional options to |
verbose |
(logical) print diagnostic messages |
Character filename of output file, with the attribute of the separator
1 2 3 4 | if (have_fs()) {
outfile = asegstats2table(subjects = "bert",
meas = "mean")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.