The mfutils package is a collection of R functions that I frequently use for data analysis. Most of these functions I have created myself, however some I have found on the interwebs (e.g., stack overflow), in which case I have also included the relevant attribution/url in the documentation.
These functions can be sorted into different categories:
gifti
package (for surface fMRI data)Currently, I prefer to have all of these functions within a single package. As this package becomes more developed, I may split off encapsulated sets of functions into separate packages.
If for whatever reason you would like to install this package, you can do so with:
# install.packages("devtools")
devtools::install_github("mcfreund/mfutils")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.