forecastplot | R Documentation |
Creates a forecast plot based the actual values and the predicted values.
forecastplot(file = "ProductionDataSample.csv", X, y)
file |
A csv file with source data |
X |
The column name of the actual values |
y |
The column name of the predicted values |
This function creates a forecast plot based on the actual values and the predicted values.
A forecast plot
Ruben Vanhecke
at import greybox
## Not run:
forecastplot("ProductionDataSample.csv",
"Weight",
"WeightPredicted")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.