From de89c5258dc7547e455c1e4e90ef376dc51788b2 Mon Sep 17 00:00:00 2001 From: marcelcosta Date: Tue, 24 Jan 2023 12:58:23 +0100 Subject: [PATCH] Corregir error group->xcol --- man/ggstats_add_xy.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/ggstats_add_xy.Rd b/man/ggstats_add_xy.Rd index b5e3040..0762a1a 100644 --- a/man/ggstats_add_xy.Rd +++ b/man/ggstats_add_xy.Rd @@ -8,7 +8,7 @@ ggstats_add_xy(table_stat, table, group, xcol=NULL, y="max", bracket.offset=0.05 \item{table_stat}{A table generated by a rstatix funcion such as t_test() or wilcox_test().} \item{table}{The original table that was introduced to ggplot.} \item{group}{The grouping variable.} - \item{group}{The X-axis variable. If null (the default), the function will pick the first column. This is intended when exclude_group is null.} + \item{xcol}{The X-axis variable. If null (the default), the function will pick the first column. This is intended when exclude_group is null.} \item{y}{The algorithm used to calculate the y height. Is useful to adapt to plots that show all events, bars with the mean, etc... Options are "max" (default), "mean", "mean+sd", "mean+sem".} \item{bracket.offset}{Increasing this parameter incresases the y position of the brackets.} \item{bracket.inspace}{Increasing this parameter increases the space between brackets.}