May 2019
Beginner to intermediate
266 pages
5h 57m
English
In this section, we will focus on creating the scatter plots for the given dataset. Creating scatter plots involves new feature analysis with the help of the ggplot2 package:
> library('ggplot2')Attaching package: 'ggplot2'The following object is masked _by_ '.GlobalEnv':mpgWarning message:package 'ggplot2' was built under R version 3.5.3 > library(readr)
> options(repr.plot.width = 6, repr.plot.height = 6)
Read now
Unlock full access