From 7534728321c6725d6844ca4b49e207ac3cc9e964 Mon Sep 17 00:00:00 2001 From: YannLadner <66261825+YannLadner@users.noreply.github.com> Date: Tue, 28 Feb 2023 11:58:54 +0100 Subject: [PATCH 1/2] Fix typo --- man/stat_pvalue_manual.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/stat_pvalue_manual.Rd b/man/stat_pvalue_manual.Rd index eb234f0..50abded 100644 --- a/man/stat_pvalue_manual.Rd +++ b/man/stat_pvalue_manual.Rd @@ -30,7 +30,7 @@ stat_pvalue_manual( ) } \arguments{ -\item{data}{a data frame containing statitistical test results. The expected +\item{data}{a data frame containing statistical test results. The expected default format should contain the following columns: \code{group1 | group2 | p | y.position | etc}. \code{group1} and \code{group2} are the groups that have been compared. \code{p} is the resulting p-value. \code{y.position} is From d68db661b8181dc3fb636a14dfb6fe2b3c24dbcc Mon Sep 17 00:00:00 2001 From: Yann Ladner <66261825+YannLadner@users.noreply.github.com> Date: Thu, 24 Aug 2023 11:39:59 +0200 Subject: [PATCH 2/2] Fix typo in stat_pvalue_manual.R --- R/stat_pvalue_manual.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/stat_pvalue_manual.R b/R/stat_pvalue_manual.R index 8870836..4e9907f 100644 --- a/R/stat_pvalue_manual.R +++ b/R/stat_pvalue_manual.R @@ -16,7 +16,7 @@ NULL #' \item \href{https://www.datanovia.com/en/blog/how-to-add-p-values-onto-horizontal-ggplots/}{How to Add P-Values onto Horizontal GGPLOTS} #' } #'@inheritParams geom_bracket -#'@param data a data frame containing statitistical test results. The expected +#'@param data a data frame containing statistical test results. The expected #' default format should contain the following columns: \code{group1 | group2 | #' p | y.position | etc}. \code{group1} and \code{group2} are the groups that #' have been compared. \code{p} is the resulting p-value. \code{y.position} is