starsymb(x, full=T, scale=T, radius=T, type="l", collab=<<see below>>, sample=1)
NA
s) are allowed.
TRUE
, full 360 degree symbols are produced; otherwise,
upper semi-circles are produced.
TRUE
, the columns of the data matrix are scaled
so that the maximum value in each column is
1
and the
minimum is
0
.
TRUE
, radii corresponding to each variable will be
drawn.
stars
).
x
).
If available, the second component of
dimnames(x)
will be used
as a default; otherwise, the labels are
"1"
,
"2"
, etc.
x
for which the symbol will be drawn.
stars
for an explanation.
Produces a star plot on the current graphics device.
x
is a data matrix
representing points on the star. Missing values (
NA
s) are allowed.
# plot the Republican votes from New Jersey starsymb(votes.repub/100, sample=30,scale=F) title(main=paste("Republican Votes for",state.name[30]))