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 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