ec.gfld | R Documentation |
plots forecasts of levels and difference with confidence bars
ec.gfld( obj, whichseries = 1, nsigma = 3, jointboo = TRUE, epsboo = TRUE, filename = "whatever", xvec, yvec, cal, lar = 0.025, ... )
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 |
does not return output, just creates a double graph
P. Paruolo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.