.BG
.FN starsymb
.TL
Plot a Single Star Symbol
.CS
starsymb(x, full=TRUE, scale=TRUE, radius=TRUE,
         type="l", collab, sample=1)
.AG x
data matrix, as passed to stars.
Missing values (`NA's) are allowed.
.AG full
logical, `TRUE' if full 360 degree symbols
wanted.
.AG scale
logical, `TRUE', if the columns of the matrix
should be scaled independently.
.AG radius
logical, if `TRUE', radii corresponding to each variable will be
drawn.
.AG type
the type of the plotted symbol (see `stars').
.AG collab
vector of character string labels for the variables
(columns of `x').
If available, the second element of `dimnames(x)' will be used
as a default.
.AG sample
which of the star symbols for the data `x' (row of `x') should be shown
to illustrate the symbol?
.EX
#  plot the republican votes from New Jersey
starsymb(votes.repub/100, sample=30,scale=F)
title(main=paste("Republican Votes for",state.name[30]))
.PI
.KW hplot
.KW multivariate
.WR
