Various graph generation for different common types of simulated results from Zelig
simulations.plot(y, y1=NULL, xlab="", ylab="", main="", col=NULL, line.col=NULL,
axisnames=TRUE)
A matrix or vector of simulated results generated by Zelig, to be graphed.
For comparison of two sets of simulated results at different choices of covariates, this should be an object of the same type and dimension as y. If no comparison is to be made, this should be NULL.
Label for the x-axis.
Label for the y-axis.
Main plot title.
A vector of colors. Colors will be used in turn as the graph is built for main plot objects. For nominal/categorical data, this colors renders as the bar color, while for numeric data it renders as the background color.
A vector of colors. Colors will be used in turn as the graph is built for line color shading of plot objects.
a character-vector, specifying the names of the axes
nothing