autoplot.Reg | R Documentation |
Creates a ggplot visualization of an fMRI regressor object.
## S3 method for class 'Reg'
autoplot(object, grid = NULL, precision = 0.1, method = "conv", ...)
object |
A |
grid |
Optional numeric vector specifying time points (seconds) for evaluation. If NULL, a default grid is generated based on the object's onsets and span. |
precision |
Numeric precision for HRF evaluation if |
method |
Evaluation method passed to |
... |
Additional arguments (currently unused). |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.