forecastplot: gauge chart function

View source: R/forecastplot.R

forecastplotR Documentation

gauge chart function

Description

Creates a forecast plot based the actual values and the predicted values.

Usage

forecastplot(file = "ProductionDataSample.csv", X, y)

Arguments

file

A csv file with source data

X

The column name of the actual values

y

The column name of the predicted values

Details

This function creates a forecast plot based on the actual values and the predicted values.

Value

A forecast plot

Author(s)

Ruben Vanhecke

at import greybox

Examples

  ## Not run: 
       forecastplot("ProductionDataSample.csv", 
"Weight", 
"WeightPredicted")
  
## End(Not run)




yForecasting/businessplots documentation built on Jan. 8, 2025, 6:26 p.m.