plot_individual_error | R Documentation |
Chart individual residuals
plot_individual_error( data, target, title = NULL, ylab = NULL, freq = NULL, zeroline = FALSE )
data |
data.frame: sovereign residuals object |
target |
string: series to plot |
title |
string: chart title |
ylab |
string: y-axis label |
freq |
string: frequency (acts as sub-title) |
zeroline |
boolean: if TRUE then add a horizontal line at zero |
ggplot2 chart
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.