Skip to content

Commit e409492

Browse files
committed
Fix ggplot2::stat_ellipse URL
Signed-off-by: terrytangyuan <[email protected]>
1 parent 1b777f9 commit e409492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/plot_pca.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Specifying `frame = TRUE` in `autoplot` for `stats::kmeans` and `cluster::*` dra
9999
autoplot(fanny(iris[-5], 3), frame = TRUE)
100100
```
101101

102-
If you want probability ellipse, `{ggplot2}` 1.0.0 or later is required. Specify whatever supported in [`ggplot2::stat_ellipse`](http://docs.ggplot2.org/dev/stat_ellipse.html)'s `type` keyword via `frame.type` option.
102+
If you want probability ellipse, `{ggplot2}` 1.0.0 or later is required. Specify whatever supported in [`ggplot2::stat_ellipse`](https://ggplot2.tidyverse.org/reference/stat_ellipse.html)'s `type` keyword via `frame.type` option.
103103

104104
```{r}
105105
autoplot(pam(iris[-5], 3), frame = TRUE, frame.type = 'norm')

0 commit comments

Comments
 (0)