From 66094e64399716d5811251c6843dcd0fbb789ebe Mon Sep 17 00:00:00 2001 From: Mary Llewellyn Date: Fri, 15 Mar 2024 10:03:23 +0000 Subject: [PATCH] add space to code comment 2 Co-authored-by: Ailith Ewing <54178580+ailithewing@users.noreply.github.com> --- _episodes_rmd/04-principal-component-analysis.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes_rmd/04-principal-component-analysis.Rmd b/_episodes_rmd/04-principal-component-analysis.Rmd index 94ff0f5a..387ddc05 100644 --- a/_episodes_rmd/04-principal-component-analysis.Rmd +++ b/_episodes_rmd/04-principal-component-analysis.Rmd @@ -579,7 +579,7 @@ represents. > > ## Solution > > > > ```{r pca-ex} -> > pc <- pca(mat, metadata = metadata) #implement a PCA +> > pc <- pca(mat, metadata = metadata) # implement a PCA > > #We can check the scree plot to see that many principal components explain a very small amount of > > the total variance in the data > >