Change Variable for Autoplot for Simple Forecast #138
JohnSparks2024
started this conversation in
General
Replies: 1 comment
-
|
You need to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I altered the example code for figure 5.7 to forecast the Electricity variable. Unfortunately, for the autoplot it plots the actual values of the Beer variable in the forecast time period and gives me the note: 'Plot variable not specified, automatically selected
.vars = Beer'. I presume it selects this because it is the leftmost variable in the ts_tibble. Unfortunately, I don't see how to alter the variable selected for this graph. Would you please let me know how to do so? My code is shown below. Thanks very much. --John SparksBeta Was this translation helpful? Give feedback.
All reactions