Skip to content

Commit

Permalink
call PCAtools explicitly for biplot as per advice
Browse files Browse the repository at this point in the history
  • Loading branch information
mallewellyn authored Mar 27, 2024
1 parent ac7af6e commit 53524a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _episodes_rmd/04-principal-component-analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ are two functions called `biplot()`, one in the package **`PCAtools`** and one i
> > ## Solution
> >
> > ```{r biplot-ex}
> > biplot(pc, lab = NULL, colby = 'Grade', legendPosition = 'top')
> > PCAtools::biplot(pc, lab = NULL, colby = 'Grade', legendPosition = 'top')
> > ```
> > The biplot shows the position of patient samples relative to PC1 and PC2
> > in a 2-dimensional plot. Note that two groups are apparent along the PC1
Expand Down

0 comments on commit 53524a8

Please sign in to comment.