CommencerCommencer gratuitement

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)

Cet exercice fait partie du cours

Visualizing Time Series Data in R

Afficher le cours

Instructions

  • 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

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Plot the four stocks on the same graphical window




Modifier et exécuter le code