triangle.match(dfxyz1, dfxyz2, labels = row.names(as.data.frame(dfxyz1)),
min3d = NULL, max3d = NULL, adjust = TRUE, showposition = TRUE, facets = NULL,
plot = TRUE, storeData = TRUE, add = FALSE, pos = -1, ...)dfxyz1, used to produce the plot.dfxyz so that subsets
of the data are represented on different sub-graphicsFALSE, only the names of the data
arguments are storedTRUE, the graphic is superposed to the graphics
already plotted in the current devicestoreData is
FALSEadegpar and trellis.par.get)ADEg (subclass Tr.match) or ADEgS (if showposition is TRUE,
if add is TRUE and/or if facets are used).
The result is displayed if plot is TRUE.Tr.match
ADEg.Tr data(euro123, package = "ade4")
triangle.match(euro123$in78, euro123$in86, plabels.cex = 0.8)Run the code above in your browser using DataLab