Skip to contents

Plot an HRF Object

Usage

# S3 method for class 'HRF'
plot(x, ...)

Arguments

x

An HRF object

...

Additional arguments passed to plotting functions

Value

No return value, called for side effects (creates a plot)

Examples

# Plot an HRF
hrf <- HRF_SPMG1
plot(hrf)