From f1f8bd9aa13402194c8985b7bc87f876bfa058ff Mon Sep 17 00:00:00 2001 From: eveskew Date: Sun, 9 Feb 2020 20:23:39 -0500 Subject: [PATCH] Typo fix --- lecture/lecture_week_03.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lecture/lecture_week_03.R b/lecture/lecture_week_03.R index d76f0c3..4286f98 100644 --- a/lecture/lecture_week_03.R +++ b/lecture/lecture_week_03.R @@ -211,7 +211,7 @@ ggplot(data = iris, # other words, we generate mini-plots for each value # of the categorical variable we're interested in. This # is a good way to visually compare the same data -# across groups. The easy way to to this is with +# across groups. The easy way to do this is with # "facet_wrap()" as a plot element although # "facet_grid()" will allow you to output more # complex panel layouts