plotNegBinomFit {girafe} | R Documentation |
Plot Negative Binomial Fit
plotNegBinomFit(x, breaks = c(-0.5:15.5, 1e+08), bar.col=rainbow(2), addLegend=TRUE, legend.names=c("data","background"), ...)
x |
data.frame; slidingWindowSummary |
breaks |
numeric vector of breakpoints |
bar.col |
colours for the bars |
addLegend |
logical; should a legend be added in the top-right corner of the plot |
legend.names |
character; names for the legend |
... |
further arguments passed on to function barplot |
returns NULL; only called for its side-effect of producing the plot
J Toedling