From 8aaa25c28a6f4403796f883cc6269b202758f479 Mon Sep 17 00:00:00 2001 From: Kelsey Date: Tue, 8 Nov 2022 17:58:21 -0800 Subject: [PATCH] typo fix --- worksheets/dimension-reduction-1.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worksheets/dimension-reduction-1.Rmd b/worksheets/dimension-reduction-1.Rmd index adb130f..c1b7a16 100644 --- a/worksheets/dimension-reduction-1.Rmd +++ b/worksheets/dimension-reduction-1.Rmd @@ -190,7 +190,7 @@ pca_fit %>% coord_fixed() ``` -Use the above code to plot the rotation matrix for the blue jays PCA analysis. Make two customizations: 1. Change the x and y limits to appropriate values. Use `hjust` and/or `vjust` in `geom_text()` to aligne the text labels appropriately. +Use the above code to plot the rotation matrix for the blue jays PCA analysis. Make two customizations: 1. Change the x and y limits to appropriate values. Use `hjust` and/or `vjust` in `geom_text()` to align the text labels appropriately. ```{r rotation-plot, exercise = TRUE}