plot.gears: Plot method for "gears" class

Description Usage Arguments

View source: R/plot_gears.R

Description

Plot method for "gears" class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## S3 method for class 'gears'
plot(
  x,
  col = 1,
  fcol = 4,
  ylim = NULL,
  main = NULL,
  sub = NULL,
  xlab = "",
  ylab = "",
  type = "l",
  flty = 1,
  flwd = 2,
  cex = 1.75,
  ...
)

Arguments

x

An object of class "gears".

col

Color for the line with observed values. Default is 1 ("black").

fcol

Color for the line with forecasts. Default is 4 ("blue").

ylim

Limits for the Y-axis.

main

Main title for the plot.

sub

Sub-title for the plot.

xlab

Label for the X-axis.

ylab

Label for the Y-axis.

type

Line type for the line with observed values. See plot for more options.

flty

Line type for the line with forecasts.

flwd

Width of the line with forecasts.

cex

Size of the main title when betas.selection = "both".

...

Other arguments passed to or from other methods.


gu-stat/gears documentation built on Oct. 20, 2021, 2:53 a.m.