ComenzarEmpieza gratis

New stocks description

In this exercise, you will review plotting multiple graphs on the same graphical window.

The new dataset data containing four new stocks is available in your workspace:

  • Goldman Sachs (GS)
  • Coca-Cola (KO)
  • Walt Disney (DIS)
  • Caterpillar (CAT)

Este ejercicio forma parte del curso

Visualizing Time Series Data in R

Ver curso

Instrucciones del ejercicio

  • Plot all four stocks in the order given in the assignment text on the same graphical window in a 2x2 layout making the character size and the margin size 80% of their normal sizes

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Plot the four stocks on the same graphical window




Editar y ejecutar código