Description Usage Arguments Value See Also
Try to find directory containing the FreeSurfer installation, based on environment variables and *educated guessing*.
1 | find.freesurferhome(mustWork = FALSE)
|
mustWork |
logical. Whether the function should with an error stop if the directory cannot be found. If this is TRUE, the return value will be only the 'found_at' entry of the list (i.e., only the path of the FreeSurfer installation dir). |
named list with the following entries: "found": logical, whether it was found. "found_at": Only set if found=TRUE, the path to the FreeSurfer installation directory (including the directory itself). See 'mustWork' for important information.
Other FreeSurfer helper functions:
fs_home()
,
get_subjects_dir()
,
has_fs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.