starsymb(x, full=T, scale=T, radius=T, type="l", collab=<<see below>>, sample=1)
Graphical parameters may also be supplied as arguments to this function (see par).
# plot the Republican votes from New Jersey starsymb(votes.repub/100, sample=30,scale=F) title(main=paste("Republican Votes for",state.name[30]))