gg_irf: Plot impulse response functions
Description
![[Deprecated]](figures/lifecycle-deprecated.svg?package=feasts&version=0.4.2)
Usage
gg_irf(data, y = all_of(measured_vars(data)))
Value
A ggplot object of the impulse responses.
Arguments
- data
A tsibble with impulse responses
- y
The impulse response variables to plot (defaults to all measured variables).
Details
gg_irf() was soft deprecated in feasts 0.4.2. Please use ggtime::gg_irf() instead.
Produces a plot of impulse responses from an impulse response function.