

Unlike the S function stars, no attempt is made to construct labels if labels = NULL.Įither two column matrix with the x and y coordinates used to place each of the segment plots or numeric of length 2 when all plots should be superimposed (for a ‘spider plot’). Vector of character strings for labeling the plots.

Logical flag: in TRUE, the radii corresponding to each variable in the data will be drawn. If FALSE, the presumption is that the data have been scaled by some other algorithm to the range. Logical flag: if TRUE, the columns of the data matrix are scaled independently so that the maximum value in each column is 1 and the minimum is 0. Otherwise, they occupy the (upper) semicircle only.
#NET RADAR SEGMENT FULL#
Logical flag: if TRUE, the segment plots will occupy a full circle. Missing values ( NA) are allowed, but they are treated as if they were 0 (after scaling, if relevant). One star or segment plot will be produced for each row of x. Xlim = NULL, ylim = NULL, flip.labels = NULL,Ĭol.segments = 1:n.seg, col.stars = NA, col.lines = NA, Key.loc = NULL, key.labels = dimnames(x)], Usage stars(x, full = TRUE, scale = TRUE, radius = TRUE, With one single location, also draws ‘spider’ (or ‘radar’) plots. Stars Star (Spider/Radar) Plots and Segment Diagrams Descriptionĭraw star plots or segment diagrams of a multivariate data set.
