cbp: cbp function

View source: R/plots.R

cbpR Documentation

cbp function

Description

Colin boxplot using regular data (i.e. cases as rows)

Usage

cbp(x, txt = 0.5, ttext = FALSE, code = FALSE)

Arguments

x

the dataset you wish to summarize

txt

the text scale you wish to use

ttext

boolean argument determining label orientation and overlap. this argument forces the labels to appear if TRUE even if they overlap. defaults to FALSE

code

boolean argument determining if a numeric code of 1:nrow should be used as the names in the plot (TRUE) or if the values in the first column should be used as the name argument (FALSE). defaults to FALSE

Examples

cbp_function()

clmacleod/highlandr documentation built on Oct. 11, 2023, 8:04 p.m.