ggsumplts: Summary plot

Description Usage Arguments Value Examples

View source: R/FunctionsDEF.R

Description

With this function you can visualize the raw data, the ACF and the PACF. By default the function uses the GDP data of the package.

Usage

1
2
3
4
5
6
ggsumplts(
  r = DATA,
  s = DATA$GDP_PERCAPITA,
  t = DATA$DATE,
  main = "GDP per capita"
)

Arguments

r

The dataframe used.

s

The series you want to visualize in x-axe

t

The dates you want to use to index your series.

main

The title you want to give to your plot.

Value

This gunction returns the plot of the raw data, the ACF and the PACF of the desired data. By default it returns the GDP per capita of the default dataset of the package.

Examples

1
## You can try this    pltsINFL <- ggsumplts(r=DATA, s=DATA$INFLATION, t=DATA$DATE, main='INFLATION')

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