plot_I0: Plot I(0) series

Description Usage Arguments Value Examples

View source: R/FunctionsDEF.R

Description

With this function is possible to visualize the plot of a differentiate I(0) series. By default it uses the GDP data from the default dataset of the package.

Usage

1
plot_I0(x = DATA$GDP_PERCAPITA, t = DATA$DATE, title = "Diff GDP per capita")

Arguments

x

The numeric vector of the observations you want to visualize.

t

The vector of the dates used to index the data.

Value

This function gives as output the plot of the differentiated I(0) series.

Examples

1
## You can try this    pltI0INFL <- plot_I0(x=DATA$INFLATION, t=DATA$DATE, title='Diff inflation')

unimi-dse/a45b803b documentation built on Feb. 18, 2020, 3:52 a.m.