plot_individual_error {sovereign} | R Documentation |
Chart individual residuals
Description
Chart individual residuals
Usage
plot_individual_error(
data,
target,
title = NULL,
ylab = NULL,
freq = NULL,
zeroline = FALSE
)
Arguments
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 |
Value
ggplot2 chart
[Package sovereign version 1.2.1 Index]