create.hex.summary.plot: create.hex.summary.plot

Description Usage Arguments Value Author(s)

Description

Creates a summary plot binning the data given by a certain quantity in heagonal bins

Usage

1
2
3
4
5
6
7
8
9
create.hex.summary.plot(
  df2p,
  x = colnames(df2p)[1],
  y = colnames(df2p)[2],
  q = colnames(df2p)[3],
  bins = 128,
  fun = median,
  ...
)

Arguments

df2p

data.frame to be plotted.

x

name of the variable in df2p considered as x-axis

y

name of the variable in df2p considered as y-axis

q

name of the variable in df2p considered as quantity to be summarized over bins

bins, fun, ...

arguments to be passed on to stat_summary_hex

Value

ggplot object

Author(s)

Fabian Mueller


RnBeads documentation built on March 3, 2021, 2 a.m.