View source: R/fix_gifti_mwalls.R
fix_gifti_mwall | R Documentation |
Replace implicit medial wall values (not indicated in ROI, but are in
mwall_values
) with explicit medial wall values (indicated in ROI)
in a metric GIFTI file.
fix_gifti_mwall(
metric_fname,
fixed_metric_fname,
ROI_fname,
fixed_ROI_fname,
mwall_values = c(NA, NaN)
)
metric_fname |
File path to the data GIFTI |
fixed_metric_fname |
File path to the revised data GIFTI |
ROI_fname |
File path to the ROI GIFTI |
fixed_ROI_fname |
File path to the revised ROI GIFTI |
mwall_values |
The values to use to infer the medial wall. Default:
|
NULL
, invisibly
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.