R/asymmetrise_stats.R
asymmetrise_stats.Rd
This function prepares the results of a statistical test for
plotting using `geom_asymmat` from the ggasym package. For more
information, see vignette(ggasym-stats)
asymmetrise_stats(df, contrast_sep = "-") asymmetrize_stats(df, contrast_sep = "-")
df | either the results of a statistical test or the tidy tibble from
using the |
---|---|
contrast_sep | the separation used between the names being compared; it
is usually a hyphen (set as default here); since it is passed as the
|
a tibble object that can be used as direct input for 'ggplot2' for
use with the geom_asymmat
geom