comparison.Plt: function that generates a comparison plot among several...

comparison.PltR Documentation

function that generates a comparison plot among several packages

Description

function that generates a comparison plot among several packages

Usage

comparison.Plt(
  pckgDwnlds.lst,
  t0,
  t1,
  cmb = TRUE,
  noMAvgs = FALSE,
  noCBs = FALSE,
  device = "PDF",
  dirSave = NULL
)

Arguments

pckgDwnlds.lst

nested list containing the several packages to process

t0

initial date

t1

final date

cmb

boolean flag, indicating whether the plots are shown in the same (default) graph or not

noMAvgs

boolean flag, indicating whether moving averages are displayed (default) or NOT –set to TRUE–

noCBs

boolean flag, indicating whether shaded confidence intervals are displayed (default) or NOT –set to TRUE–

device

string to select the output format: 'PDF'/'PNG'/'JPEG' or 'screen'

dirSave

specify a valid directory where to save the file


Visualize.CRAN.Downloads documentation built on March 31, 2023, 7:21 p.m.