
poster.plot(x, y = NULL, type = "p",
col = col.fg, col.axis = col.fg, col.lab = col.fg,
col.fg = "blue", col.bg = "lavender", col.box = "cornsilk",
xlim = NULL, ylim = NULL, xlab = "", ylab = "",
main = "", cex = 1.2, axes = TRUE, ...)
NULL
type
in par
length(col)
> 1, colors are recycled.par
.par
options will remain changed so that other
graphic elements can be added comfortably.poster.plot(iris[,1],iris[,2], col=c("red","black"),
xlab="Sepal.Length", ylab="Sepal.Width")
poster.plot(iris[,1],col="red",ylab="Sepal.Length")
poster.plot(iris[,c(1,3)],col.fg="violet",
xlab="Sepal.Length",ylab="Petal.Length")
Run the code above in your browser using DataLab