Browse Source

Cambiar orden parámetros.

main
marcelcosta 1 year ago
parent
commit
ed125951a8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      man/ggstats_add_xy.Rd

+ 1
- 1
man/ggstats_add_xy.Rd

@ -7,8 +7,8 @@ ggstats_add_xy(table_stat, table, group, xcol=NULL, y="max", bracket.offset=0.05
\arguments{
\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{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{group}{The grouping variable. If null, the function will emulate the add_y_position function instead of add_xy_position.}
\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.}

Loading…
Cancel
Save