Skip to content

Commit 0e442be

Browse files
committed
Reknit README
1 parent f34c440 commit 0e442be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ through each of the three states. Here’s how that looks in RStudio:
7474
<img src="man/figures/pkmn-rstudio.png" alt="An RStudio window. The console has run the function click_pixels(blue) and has printed the message 'click squares in the plot window, press Esc to end.' In the plot pane is a 16 by 14 pixel grid with a sprite of the main character from the first generation of Pokemon games for the Game Boy. The background is white, the outlines are dark grey and the highlights are light blue There's a black grid around the pixels." width="50%">
7575

7676
A matrix is returned when you’ve finished clicking and pressed
77-
<kbd>Escape</kbd>. Note that the colour palette is stored in the
78-
`colours` attribute, where the name of each element corresponds to its
79-
pixel state value in the matrix.
77+
<kbd>Esc</kbd>. Note that the colour palette is stored in the `colours`
78+
attribute, where the name of each element corresponds to its pixel state
79+
value in the matrix.
8080

8181
``` r
8282
str(pkmn_sprite)

0 commit comments

Comments
 (0)