dimnames: dimension labels (defaults to the column names of x).
dimnames_position, dimnames_color: position and color of dimension labels.
dimnames_rot: Numeric vector of length 3, specifying the angle of the dimension labels.
id: optional labels to be plotted below the plot symbols. coordinates and id are mutual exclusive.
id_color: color of these labels.
id_just: character vector of length 1 or 2 indicating the justification of these labels.
coordinates: if TRUE, the coordinates of the points are plotted below them. coordinates and id are mutual exclusive.
grid: if TRUE, a grid is plotted. May optionally be a string indicating the line type (default: "dotted").
grid_color: grid color.
labels, labels_color: position and color of the grid labels.
labels_rot: Numeric vector of length 3, specifying the angle of the grid labels.
border: color of the triangle border.
bg: triangle background.
pch: plotting character. Defaults to filled dots.
cex: a numerical value giving the amount by which plotting text and symbols should be scaled relative to the default. Ignored for the symbol size if prop_size is not FALSE.
prop_size: if TRUE, the symbol size is plotted proportional to the row sum of the three variables, i.e., represents the weight of the observation.
col: plotting color.
main: main title.
newpage: if TRUE, the plot will appear on a new graphics page.
pop: logical; if TRUE, all newly generated viewports are popped after plotting.
return_grob: logical. Should a snapshot of the display be returned as a grid grob?
...: additional graphics parameters (see par)
Details
A points' coordinates are found by computing the gravity center of mass points using the data entries as weights. Thus, the coordinates of a point P(a,b,c), a+b+c=1, are: P(b+c/2,c∗sqrt(3)/2).
References
M. Friendly (2000), Visualizing Categorical Data. SAS Institute, Cary, NC.