Biplots of cnfa and enfa objects.
Biplots of cnfa
and enfa
objects.
scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, plot = TRUE, ...) ## S4 method for signature 'cnfa,GLcenfa' scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, plot = TRUE, ...) ## S4 method for signature 'enfa,GLcenfa' scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, plot = TRUE, ...)
x |
an object of class |
y |
an object of class |
xax |
the column number of the x-axis |
yax |
the column number of the y-axis |
p |
the proportion of observations to include in the calculations of the minimum convex polygons |
n |
the number of projected variables to label |
plot |
if |
... |
additional |
mod <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE") glc <- GLcenfa(x = climdat.hist) scatter(x = mod, y = glc)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.