ggdoublesumplts: Double summary plots

Description Usage Arguments Value

View source: R/FunctionsDEF.R

Description

This function works like 'ggsumplts' but permits to visualize two time series at the same time. By default it uses the two time series of the standard dataset

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
ggdoublesumplts(
  r = DATA,
  s = DATA$GDP_PERCAPITA,
  t1 = DATA$DATE,
  main1 = "Ts1",
  u = DATA,
  v = DATA$INFLATION,
  t2 = DATA$DATE,
  main2 = "Ts2"
)

Arguments

r

The dataframe used.

s

The series you want to visualize in x-axe

t1

The dates you want to use to index your series.

main1

The title you want to give to your plot.

u

The other dataframe used.

v

The other series you want to visualize in x-axe

t2

The other dates you want to use to index your series.

main2

The other title you want to give to your plot.

Value

This function returns the summary plots - raw data, ACF, PCF - of two time series.


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