Class Tr.class
Tr.class-class.RdA class for group representation in triangular plot.
Objects from the Class
Tr.class objects can be created by calls of the form new("Tr.class", ...).
The regular usage in this package is to use the triangle.class function.
Slots
dataa list containing data or data's name.
dfxyz: the displayed values in the form of a data frame with three columns, a name or a matching call.fac: a factor partitionning the rows ofdfxyz.wt: a vector of weights forfac.labels: a vector containing the class' labels.frame: a positive or null integer. It is the number of the frame containing the data (used withsys.frame(..., env = data$frame)). Only if the data are not stored (i.e.data$storeData = FALSE).storeData: a logical indicating if the data should be stored in the returned object. IfFALSE, only the names of the data arguments are stored.
trellis.para list of parameters for
latticecall. It will be passed directly topar.settingsarguments of thelatticefunction.adeg.para list of graphical parameters, corresponding to the ones given by
adegpar()function.lattice.calla list to create the
trellisobject.g.argsa list containing some method parameters linked with the created object of
ADEg.Trclass. The specific slots forTr.classobjects are:ellipseSize: a positive number for ellipse size.starSize: a number between 0 and 1 for star size.chullSize:NULLor a vector of numbers between 0 and 1 for the convex hulls.col: aNULLvalue, a color or a colors vector to color points, ellipses, labels, lines and polygons.max3dandmin3d: vectors of three values for triangular maximal and minimal limits.adjust: a logical to adjust the device with the limits of the smaller equilateral triangle containing the values.
statsa list of internal preliminary calculations. The specific slots for
S2.classobjects are:means: a matrix containing the weighted mean calculated for eachfacvalue.mean2d: a matrix containing the weighted mean calculated for eachfacvalue on two-dimension.covvar: a list containing the weighted variance-covariance matrices calculated for eachfacvalue.covvar2d: a list containing the weighted variance-covariance matrices calculated for eachfacvalue on two-dimension.
s.misca list of some others internal parameters:
ellipses: ellipses' coordinates.chullcoord: convex hulls' coordinates.
Callan object of class
call
Extends
Class ADEg.Tr, directly.
Class ADEg, by class ADEg.Tr, distance 2.
Class ADEgORtrellis, by class ADEg.Tr, distance 3.
Class ADEgORADEgSORtrellis, by class ADEg.Tr, distance 3.
Methods
The methods of the father classes "ADEg.Tr" and "ADEg" can be used by inheritance.
The specific methods for Tr.class are:
- prepare
signature(object = "Tr.class"): calls the parent method (prepareforADEg.Tr), modifies some graphical parameters used by default and calculates ellipses, convex hulls and centroids.- panel
signature(object = "Tr.class"): draws arrows, labels and points.
Author
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
Examples
showClass("Tr.class")
#> Class "Tr.class" [package "adegraphics"]
#>
#> Slots:
#>
#> Name: data trellis.par adeg.par lattice.call g.args
#> Class: list list list list list
#>
#> Name: stats s.misc Call
#> Class: list list call
#>
#> Extends:
#> Class "ADEg.Tr", directly
#> Class "ADEg", by class "ADEg.Tr", distance 2
#> Class "ADEgORtrellis", by class "ADEg.Tr", distance 3
#> Class "ADEgORADEgSORtrellis", by class "ADEg.Tr", distance 3