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 ejercicio forma parte del curso
Forecasting Product Demand in R
Instrucciones del ejercicio
- 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.
Ejercicio interactivo práctico
Prueba este ejercicio y completa el código de muestra.
# Plot the product's sales
plot(___)
# Plot the product's price
plot(___)