From 5f84f8d132f4fbcc64bc39678127f6b896518277 Mon Sep 17 00:00:00 2001 From: Alexandre Henrique Date: Thu, 21 Nov 2019 21:55:40 -0300 Subject: [PATCH] Correct typo on first paragraph There was a typo after the first period in the first paragraph. Where should be written "the three systems" was written, "they three systems". --- plottingsystems.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plottingsystems.Rmd b/plottingsystems.Rmd index 49f1c6b..4a193b5 100644 --- a/plottingsystems.Rmd +++ b/plottingsystems.Rmd @@ -2,7 +2,7 @@ [Watch a video of this chapter](https://youtu.be/a4mvbyNGdBA). -There are three different plotting systems in R and they each have different characteristics and modes of operation. They three systems are the base plotting system, the lattice system, and the ggplot2 system. This chapter (and this book) will focus primarily on the base plotting system. +There are three different plotting systems in R and they each have different characteristics and modes of operation. The three systems are the base plotting system, the lattice system, and the ggplot2 system. This chapter (and this book) will focus primarily on the base plotting system. ```{r,echo=FALSE} knitr::opts_chunk$set(comment = NA, fig.path = "images/plottingsystems-", prompt = TRUE, collapse = TRUE)