scatterplot_with_boxplot: scatterplot with boxplots on both sides

Description Usage Arguments Examples

Description

scatterplot with boxplots on both sides

Usage

1
2
3
scatterplot_with_boxplot(x, y, annotation = rep("unknown", length(x)),
    annotation_color = structure(seq_along(levels(annotation)), names = levels(annotation)),
    main = NULL, xlab = NULL, ylab = NULL, xlim = range(x), ylim = range(y), text_list = NULL)

Arguments

x

x

y

y

annotation

annotations

annotation_color

colors for annotation

main

title for the plot

xlab

xlab

ylab

ylab

xlim

xlim

ylim

ylim

text_list

additional text

Examples

1
2
# There is no example
NULL

jokergoo/cotools documentation built on May 19, 2019, 6:24 p.m.