geom_ogboxvio: A violin plot overlayed by a boxplot

geom_ogboxvioR Documentation

A violin plot overlayed by a boxplot

Description

This function returns a list of ggplot elements that overlays a boxplot over a violin plot.

Usage

geom_ogboxvio(data = NULL, mapping = NULL)

Arguments

data

Default dataset to use for plot. If not already a data.frame, will be converted to one by fortify. If not specified, must be suppled in each layer added to the plot.

mapping

Default list of aesthetic mappings to use for plot. If not specified, must be suppled in each layer added to the plot.


oganm/ogbox documentation built on Feb. 18, 2024, 12:37 a.m.