Description Usage Arguments Value
View source: R/fsdir_abstraction_subject.R
Construct filepath of native space morphometry data file.
1 2 3 4 5 6 7 8 9  | subject.filepath.morph.native(
  subjects_dir,
  subject_id,
  measure,
  hemi,
  format = "curv",
  warn_if_nonexistent = FALSE,
  error_if_nonexistent = FALSE
)
 | 
subjects_dir | 
 string. The FreeSurfer SUBJECTS_DIR, i.e., a directory containing the data for all your subjects, each in a subdir named after the subject identifier.  | 
subject_id | 
 string. The subject identifier  | 
measure | 
 string. Name of the vertex-wise measure of morphometry data file. E.g., "area" or "thickness". Used to construct the name of the morphometry file to be loaded.  | 
hemi | 
 string, one of 'lh' or 'rh'. The hemisphere name.  | 
format,  | 
 string. One of 'mgh', 'mgz', 'curv'. Defaults to 'curv'.  | 
warn_if_nonexistent | 
 logical. Whether to print a warning if the file does not exist or cannot be accessed. Defaults to FALSE.  | 
error_if_nonexistent | 
 logical. Whether to raise an error if the file does not exist or cannot be accessed. Defaults to FALSE.  | 
string, the file path.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.