Visualize holiday / promotion effects
Maybe there are certain times of year that the metropolitan region has higher sales than other times. Let's visualize the sales of high end product to see if there may be some seasonal effects. Your product sales are saved in your workspace as MET_hi
. The prices of your product is saved in your workspace as MET_hi_p
.
Cet exercice fait partie du cours
Forecasting Product Demand in R
Instructions
- Plot the sales of your high end product stored as
MET_hi
. - Plot the prices from your high end product stored as
MET_hi_p
to see if there were dips.
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# Plot the product's sales
plot(___)
# Plot the product's price
plot(___)