scatterplot_with_boxplot: Scatterplot with boxplots on both sides

Description Usage Arguments Details Value Author(s) 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

values on x-axis

y

values on y-axis

annotation

annotations which show groups of data points

annotation_color

colors for annotation

main

title for the plot

xlab

labels on x-axis

ylab

labels on y-axis

xlim

range on x-axis

ylim

range on y-axis

text_list

additional text which is a named vector or list (if the text is mixed with character and numbers)

Details

On the left and bottom, there are boxplots and on the top right, there is the scatter plot.

Value

No value is returned

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

eilslabs/epic documentation built on May 16, 2019, 1:24 a.m.