plot_individual_error: Chart individual residuals

Description Usage Arguments Value

View source: R/plot_errors.R

Description

Chart individual residuals

Usage

1
2
3
4
5
6
7
8
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


sovereign documentation built on Jan. 5, 2022, 1:08 a.m.