View source: R/lookup_nifti_inputs.R
lookup_nifti_inputs | R Documentation |
helper function to locate nifti inputs for each run of data
lookup_nifti_inputs(gpa, add_run_volumes = TRUE, add_dim = TRUE)
gpa |
a |
add_run_volumes |
whether to lookup and add the number of volumes in each run_nifti in the run_volumes column |
add_dim |
whether to lookup and add the dimensions of each run_nifti in the dim_x, dim_y, and dim_z columns.
This will also add an |
a modified version of the gpa
object that contains a $run_nifti field and relevant attribute columns (e.g., dim_x)
the $run_data data.frame.
Michael Hallquist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.