| plot.stochvolTMB | R Documentation | 
Displays the estimated latent volatility process over time.
## S3 method for class 'stochvolTMB'
plot(x, ..., include_ci = TRUE, plot_log = TRUE, dates = NULL, forecast = NULL)
x | 
 A   | 
... | 
 Currently not used.  | 
include_ci | 
 Logical value indicating if volatility should be plotted with approximately 95% confidence interval.  | 
plot_log | 
 Logical value indicating if the estimated should be plotted
on log or original scale. If   | 
dates | 
 Vector of length ncol(x$nobs), providing optional dates for labeling the x-axis. The default value is NULL; in this case, the axis will be labeled with numbers.  | 
forecast | 
 Integer specifying number of steps to forecast.  | 
ggplot object with plot of estimated estimated volatility.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.