ggboxplot.LetSig1: Similar function of ggboxplot.LetSig, only for one variable

Description Usage Arguments Author(s) Examples

View source: R/ggboxplot.LetSig1.R

Description

Similar function of ggboxplot.LetSig, only for one variable

Usage

1

Arguments

data

A dataframe containing grouping info and only one numeric variables.

Author(s)

Zhonghui Gai

Examples

1
2
3
data <- iris
colnames(data)[5] <- "group"
ggboxplot.LetSig1(data = data[, 4:5]) + theme(legend.position = 0)

ZhonghuiGai/ggroup documentation built on Dec. 18, 2021, 8:28 p.m.