Description Usage Arguments Author(s) Examples
Takes two vectors x and y and plots M=y-x versus A=(x+y)/2. If the vectors a more longer than length n the data is sampled to size n. A smooth curve is added to show trends.
1 2 3 |
x |
a numeric vector |
y |
a numeric vector |
n |
a numeric value. If |
subset |
index of the points to be plotted |
xlab |
a title for the x axis |
ylab |
a title for the y axis |
curve.add |
if |
curve.col |
a numeric value that determines the color of the smooth curve |
curve.span |
is passed on to |
curve.lwd |
the line width for the smooth curve |
curve.n |
a numeric value that determines the sample size used to fit the curve. This makes fitting the curve faster with large datasets |
... |
further arguments passed to |
Rafael A. Irizarry
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.