Usage
"plot"(x, main.title="W-NOMINATE Coordinates", d1.title="First Dimension", d2.title="Second Dimension", dims=c(1,2), plotBy="party", color=TRUE, shape=TRUE, cutline=NULL, Legend=TRUE, legend.x=0.8, legend.y=1, ...)
Arguments
x
a wnominate
output object.
main.title
string, coordinate plot title.
d1.title
string, x-axis label.
d2.title
string, y-axis label.
dims
vector of length 2, specifying the dimensions to be plotted.
plotBy
string, name of a variable in nomObject\$data
.
plot.coords
will plot coordinates using this variable as a selector.
color
logical, marks different groups specified by plotBy
using
different colors if TRUE.
shape
logical, marks different groups specified by plotBy
using different
shapes if TRUE.
cutline
vector, selects roll calls by row number for which a cutting line is desired.
Legend
logical, include a generic legend.
legend.x
numeric, corresponds to the 'x' argument of legend().
legend.y
numeric, corresponds to the 'y' argument of legend().
...
other arguments to symbols
.