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
.
Este exercício faz parte do curso
Forecasting Product Demand in R
Instruções do exercício
- 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.
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# Plot the product's sales
plot(___)
# Plot the product's price
plot(___)