This lesson requires a premium membership to access.
Premium membership includes unlimited access to all courses, quizzes, downloadable resources, and future content updates.
In this lesson, will will look at how to create the two graphs in R. Before you start, it is important to setup your basic environment:
Open RStudio and ensure that you have the basic setup in place.
quantative-trading-strategies-r’ in your computer. We will use this director for all the exercises in this course.setwd() command. You can also check the current working directory using the getwd() command in R console.CTRL+L to clear the console (Use this whenever you feel the console is cluttered).ggplot2 package by typing the following commands in the console: