scale_BOLD | R Documentation |
Scale the BOLD timeseries
scale_BOLD(BOLD, scale = c("mean", "sd", "none"), v_means = NULL)
BOLD |
fMRI data as a locations by time ( |
scale |
Option for scaling the BOLD response. |
v_means |
Original means of the BOLD data. ONLY provide if data has already been centered. \code{"mean"} scaling will scale the data to percent local signal change. \code{"sd"} scaling will scale the data by local standard deviation. \code{"none"} will only center the data, not scale it. |
Scale to units of percent local signal change and centers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.