Creates a ggplot visualization of an fMRI regressor object.
Usage
# S3 method for class 'Reg'
autoplot(object, grid = NULL, precision = 0.1, method = "conv", ...)Arguments
- object
A
Regobject (or one inheriting from it, likeregressor).- 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
gridneeds generation or if internal evaluation requires it (passed toevaluate).- method
Evaluation method passed to
evaluate.- ...
Additional arguments (currently unused).