Skip to content

Commit 8c2b645

Browse files
committed
more removal of ggalt
1 parent 633aab8 commit 8c2b645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/textplot_embedding_2d.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ textplot_embedding_2d <- function(x, ...){
3737
#' @param title character string with the title to use in the plot
3838
#' @param subtitle character string with the subtitle to use in the plot
3939
#' @param encircle logical indicating to encircle all the points belonging to a group using \code{geom_encircle} from the ggalt package
40-
#' @param alpha transparancy level passed on to \code{\link[ggalt]{geom_encircle}} in case \code{encircle} is set to \code{TRUE}
40+
#' @param alpha transparancy level passed on to \code{geom_encircle} from the ggalt package in case \code{encircle} is set to \code{TRUE}
4141
#' @param points logical indicating to add points. Defaults to \code{FALSE}.
4242
#' @param ... not used yet
4343
#' @return an object of class ggplot

man/textplot_embedding_2d.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)