Skip to content

Commit acb2738

Browse files
committed
fix #14 typos
1 parent ced578a commit acb2738

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/06-data-visualization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data Visualization with ggplot2
1+
# Data Visualisation with ggplot2
22

33
!!! info
44

@@ -71,7 +71,7 @@ we cannot create a continuum of shapes for a variable, unlike, say, color.
7171
!!! tip "Installing `ggplot` on your local machine"
7272

7373
Here, we do not need to install `ggplot` while working within
74-
NeSI's RStudio. However, if you would like to work on
74+
REANNZ's RStudio. However, if you would like to work on
7575
your own local R/RStudio, you can install this package (or any other
7676
packages) like so:
7777

@@ -654,7 +654,7 @@ In addition to
654654
[`theme_bw()`](https://ggplot2.tidyverse.org/reference/ggtheme.html),
655655
which changes the plot background to white, **`ggplot2`** comes with
656656
several other themes which can be useful to quickly change the look of
657-
your visualization. The complete list of themes is available at
657+
your visualisation. The complete list of themes is available at
658658
<https://ggplot2.tidyverse.org/reference/ggtheme.html>.
659659
`theme_minimal()` and `theme_light()` are popular, and `theme_void()`
660660
can be useful as a starting point to create a new hand-crafted theme.

0 commit comments

Comments
 (0)