create.hex.summary.plot {RnBeads} | R Documentation |
Creates a summary plot binning the data given by a certain quantity in heagonal bins
create.hex.summary.plot(df2p, x = colnames(df2p)[1], y = colnames(df2p)[2], q = colnames(df2p)[3], bins = 128, fun = median, ...)
df2p |
|
x |
name of the variable in |
y |
name of the variable in |
q |
name of the variable in |
bins, fun, ... |
arguments to be passed on to |
ggplot
object
Fabian Mueller