Description Usage Arguments Details Value Author(s) References See Also Examples
This utility function provides a basic plot of production rates.
1 2 3 4 5 6 7 8 |
x |
expression values. |
y |
expression values, of the same length of |
x.ci |
confidence interval of |
y.ci |
confidence interval of |
log10.x |
|
log10.y |
|
add.lm |
if add |
add.one.to.one |
if add one-to-one line. |
weights |
weights to |
add.legend |
if add default legend. |
xlim |
limits of x-axis. |
ylim |
limits of y-axis. |
xlab |
an option passed to |
ylab |
an option passed to |
main |
an option passed to |
As the usual X-Y plot where x
and y
are expression values.
If add.lm = TRUE
and weights
are given, then both ordinary
and weighted least squares results will be plotted.
A scatter plot with a fitted lm()
line and R squared value.
Wei-Chen Chen wccsnow@gmail.com.
https://github.com/snoweye/cubfits/
plotbin()
and plotmodel()
.
1 2 3 4 5 6 7 8 | ## Not run:
suppressMessages(library(cubfits, quietly = TRUE))
y.scuo <- convert.y.to.scuo(ex.train$y)
SCUO <- calc_scuo_values(y.scuo)$SCUO
plotprxy(ex.train$phi.Obs, SCUO)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.