Skip to content

Commit 9a1130c

Browse files
jonocarrollkarawoo
authored andcommitted
[Minor] typo in extending-ggplot2 vignette (#2193)
build -> built
1 parent 7cf6e07 commit 9a1130c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/extending-ggplot2.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ Complete and incomplete themes behave somewhat differently when added to a ggplo
552552

553553
## Creating a new facetting
554554

555-
One of the more daunting exercises in ggplot2 extensions is to create a new facetting system. The reason for this is that when creating new facettings you take on the responsibility of how (almost) everything is drawn on the screen, and many do not have experience with directly using [gtable](https://cran.r-project.org/package=gtable) and [grid](https://cran.r-project.org/package=grid) upon which the ggplot2 rendering is build. If you decide to venture into facetting extensions, it is highly recommended to gain proficiency with the above-mentioned packages.
555+
One of the more daunting exercises in ggplot2 extensions is to create a new facetting system. The reason for this is that when creating new facettings you take on the responsibility of how (almost) everything is drawn on the screen, and many do not have experience with directly using [gtable](https://cran.r-project.org/package=gtable) and [grid](https://cran.r-project.org/package=grid) upon which the ggplot2 rendering is built. If you decide to venture into facetting extensions, it is highly recommended to gain proficiency with the above-mentioned packages.
556556

557557
The `Facet` class in ggplot2 is very powerful as it takes on responsibility of a wide range of tasks. The main tasks of a `Facet` object are:
558558

0 commit comments

Comments
 (0)