plot.zelig {Zelig} | R Documentation |
The zelig
method for the generic plot
command generates default plots for sim
output with
one-observation values in x
and x1
.
## S3 method for class 'zelig' plot(x, xlab = "", user.par = FALSE, ...)
x |
stored output from |
xlab |
a character string for the x-axis label for all graphs. |
user.par |
a logical value indicating whether to use the default
Zelig plotting parameters ( |
... |
Additional parameters passed to |
Depending on the class of model selected, plot.zelig
will
return an on-screen window with graphs of the various quantities of
interest. You may save these plots using the commands described in
the Zelig manual (available at http://gking.harvard.edu/zelig).
Kosuke Imai <kimai@princeton.edu>; Gary King <king@harvard.edu>; Olivia Lau <olau@fas.harvard.edu>
The full Zelig manual at
http://gking.harvard.edu/zelig and plot
, lines
,
and par
.