.BG
.VE $Header: /usr3/s/current/s/.help/RCS/starsymb,v 1.3 83/12/30 19:34:57 rab Exp $
.FN starsymb
.TL
starsymb: Plot a Single Star Symbol
.CS
starsymb(x, full, scale, radius, type, collab, sample)
.PP
.AG x
data matrix, as passed to stars.
Missing values (NAs) are allowed.
.AG full
logical, TRUE (the default) if full 360 degree symbols
wanted.
.AG scale
logical, TRUE (the default), if the columns of the matrix
should be scaled independently.
.AG radius
logical, if TRUE (default), 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').
.AG sample
which of the star symbols for the data `x' (row of `x') should be shown
to illustrate the symbol? Default 1.
.EX
#  plot the republican votes from New Jersey
starsymb(votes.repub/100, collab=encode(votes.year),
      sample=30,scale=F)
title(main=encode("Republican Votes for",state.name[30]))
.PI
.KW plot*
.KW hplot*
.KW multivariate
.WR
