Skip to content

Commit 92287ec

Browse files
fixing more broken fig refs
1 parent 92096bd commit 92287ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viz.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ morley_hist <- ggplot(morley, aes(x = Speed, fill = Expt)) +
10281028
morley_hist
10291029
```
10301030

1031-
Alright great, Figure \@ref(03-data-morley-hist-3) looks...wait a second! The
1031+
Alright great, Figure \@ref(fig:03-data-morley-hist-3) looks...wait a second! The
10321032
histogram is still all the same color! What is going on here? Well, if you
10331033
recall from Chapter \@ref(wrangling), the *data type* you use for each variable
10341034
can influence how R and `tidyverse` treats it. Here, we indeed have an issue

0 commit comments

Comments
 (0)