Description Usage Arguments Author(s) References
Plot one or more columns of numeric values as the top edges of polygons instead of lines.
1 2 |
x |
A numeric data frame or matrix with the 'x' values. If 'y' is NULL, these will become the 'y' values and the 'x' positions will be the integers from 1 to dim(x)[1]. |
y |
The 'y' values. |
main |
The title for the plot. |
xlab |
x axis labels for the plot. |
ylab |
y axis labels for the plot. |
xat |
Where to put the optional xaxlabs. |
xaxlab |
Optional labels for the x positions. |
xlim |
Optional x limits. |
ylim |
Optional y limits. |
lty |
Line type for the polygon borders. |
border |
Color for the polygon borders. |
col |
Color to fill the polygons. If NULL, 'rainbow' will be called to generate the colors. If NA, the polygons will not be filled. |
axis4 |
option to add an axis on the right hand side |
... |
Additional arguments passed to 'plot'. |
Jim Lemon
http://cran.r-project.org/web/packages/plotrix/index.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.