plot.greyforecasting: generate fitting graph of grey forecasting model

Description Usage Arguments Examples

View source: R/plot.R

Description

generate fitting graph of grey forecasting model

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'greyforecasting'
plot(
  md,
  location = "topleft",
  forecast = FALSE,
  xlab = "x-axis",
  ylab = "y-axis"
)

Arguments

md

'greyforecasting' object.

location

legend position,'topleft','topright'.

forecast

add the forecast data in plot.

Examples

1
2
3
g<-gm(y)
plot(g)
plot(g,forecast=TRUE)

exoplanetX/greyforecasting documentation built on Jan. 17, 2022, 6:46 a.m.