Learn R Programming

girafe (version 1.24.0)

plotNegBinomFit: Plot Negative Binomial Fit

Description

Plot Negative Binomial Fit

Usage

plotNegBinomFit(x, breaks = c(-0.5:15.5, 1e+08), bar.col=rainbow(2), addLegend=TRUE, legend.names=c("data","background"), ...)

Arguments

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

Value

returns NULL; only called for its side-effect of producing the plot

See Also

barplot