ec.gfld {cif}R Documentation

ec.gfld plots forecasts of levels and difference with confidence bars

Description

plots forecasts of levels and difference with confidence bars

Usage

ec.gfld(
  obj,
  whichseries = 1,
  nsigma = 3,
  jointboo = TRUE,
  epsboo = TRUE,
  filename = "whatever",
  xvec,
  yvec,
  cal,
  lar = 0.025,
  ...
)

Arguments

obj

output of ec.main

whichseries

series number

nsigma

how many standard deviations in confidence bars

jointboo

boolean: TRUE if 1x2 graph, FALSE otherwise

epsboo

boolean: TRUE eps graph, FALSE pdf graph

filename

string, name of the file (no extension)

xvec

vector of dates to place on x axis

yvec

vector of exp(y) values to display on y axis

cal

calendar vector

lar

length of arrows in error bars

...

other plot parameters

Value

does not return output, just creates a double graph

Author(s)

P. Paruolo


[Package cif version 0.1.1 Index]