Description Usage Arguments Details Value Author(s) References See Also Examples
Plot binning results to visualize the effects of mutation and selection along with expression levels empirically.
1 2 3 4 5 6 |
reu13.df |
a |
phi.Obs |
a |
nclass |
number of binning classes across the range of |
bin.class |
binning proportion, e.g.
|
ret.bin |
binning results from |
weightedCenters |
if centers are weighted. |
logBins |
if use log scale for bin. |
ret.model |
model results from |
main |
an option passed to |
xlab |
an option passed to |
ylab |
an option passed to |
xlim |
range of X-axis. |
lty |
line type if |
x.log10 |
|
stderr |
plot stand error instead of stand deviation. |
... |
options passed to |
The function plotbin()
plots the binning results ret.bin
returned from prop.bin.roc()
. Fitted curves may be added if
ret.model
is provided which can be obtained from
prop.model.roc()
.
plotaddmodel()
can append model later if ret.model
is not provided to plotbin()
.
Currently, only ROC model is supported.
Colors are controlled by .CF.PT
.
A binning plot is drawn.
Wei-Chen Chen wccsnow@gmail.com.
https://github.com/snoweye/cubfits/
plotmodel()
and prop.model.roc()
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.