ggBoxplot: ggBoxplot

View source: R/plots.R

ggBoxplotR Documentation

ggBoxplot

Description

ggplot2 boxplot shortcut

Usage

ggBoxplot(xFactor, yNumeric, outLCol = NA, outLAlpha = 0.5)

Arguments

xFactor

factor. Factor vector specifying the groups

yNumeric

numeric. Numeric vector specifying the values per observation

outLCol

character. Color of outliers. NA for hidding outliers.

outLAlpha

numeric. Value from 0 to 1 to set transparency of outliers.

Value

ggplot

Examples

ggBoxplot(iris$Species, iris$Petal.Length)

AngelCampos/m.shortcuts documentation built on Feb. 25, 2024, 4:06 a.m.