Usage
stackpoly(x, y, main = "", xlab = "", ylab = "", xat = NA, xaxlab = NA,
xlim = NA, ylim = NA, lty = 1, border = NA, col = NA, axis4 = F, ...)
Arguments
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].
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.
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'.