scale_timeseries | R Documentation |
Scale the BOLD timeseries
scale_timeseries(
BOLD,
scale = c("auto", "mean", "sd", "none"),
transpose = TRUE
)
BOLD |
fMRI data as a locations by time ( |
scale |
Option for scaling the BOLD response. \code{"auto"} (default) will use \code{"mean"} scaling except if demeaned data is detected (if any mean is less than one), in which case \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. |
transpose |
Transpose |
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.