- dfxyz
a three columns data frame used to produce the plot
- fac
a factor (or a matrix of factors) splitting the rows of dfxyz
- wt
a vector of weights for fac
- labels
a character vector containing the class' labels
- col
a logical, a color or a colors vector to color points, ellipses, labels, lines and polygons
- ellipseSize
a positive number for ellipse size
- starSize
a number between 0 and 1 for the size of the stars segments joining the stars' center
(centroids) and the matching points
- chullSize
NULL
or a vector of numbers between 0 and 1 for the fraction of points included in the convex hull
- adjust
a logical to adjust the device with the limits of the smaller equilateral triangle containing the values
- min3d
a vector of three values for triangular minimal limits
- max3d
a vector of three values for triangular maximal limits
- showposition
a logical indicating whether the used triangle should be shown in the complete one
- facets
a factor splitting the rows of dfxyz
so that subsets
of the data are represented on different sub-graphics
- plot
a logical indicating if the graphics is displayed
- storeData
a logical indicating if the data are stored in
the returned object. If FALSE
, only the names of the data
arguments are stored
- add
a logical. If TRUE
, the graphic is superposed to the graphics
already plotted in the current device
- pos
an integer indicating the position of the
environment where the data are stored, relative to the environment
where the function is called. Useful only if storeData
is
FALSE
- ...
additional graphical parameters (see
adegpar
and trellis.par.get
)