boxJitterPlot_std: Boxplot & jitter standardized values of continuous variables

Description Usage Arguments Value

View source: R/myHelpers.R

Description

Plot boxplots and jitters of values of continuous variables which are standardized using median/mad. Ignoring dates. Jitter uses a discrete variable that is passed through .colors. Optional transformation for Y-asis may be used. Implemented for plotting data from targets with many parameters; thus it ignores all "color_" variables. Implemented for 2020-08_EKocar_fibIT.

Usage

1
boxJitterPlot_std(data, color, trans = "identity")

Arguments

data

Tibble

color

Variable passed to geom_jitter()

trans

Character passed to scale_y_continuous(), default "identity"; "log2" suggested for outliers

Value

ggplot2 object


peterjuv/myHelpers documentation built on June 12, 2021, 1:44 p.m.