powered by
cnfa
enfa
Biplots of cnfa and enfa objects.
scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)# S4 method for cnfa,GLcenfa scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)# S4 method for enfa,GLcenfa scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)
# S4 method for cnfa,GLcenfa scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)
# S4 method for enfa,GLcenfa scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)
an object of class cnfa or enfa describing the occupied habitat
an object of class GLcenfa describing the global reference habitat
GLcenfa
the column number of the x-axis
the column number of the y-axis
the proportion of observations to include in the calculations of the minimum convex polygons
the number of projected variables to label
additional plot arguments
plot
Returns a biplot of the cnfa or enfa object.
biplot
# NOT RUN { mod <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE") glc <- GLcenfa(x = climdat.hist) scatter(x = mod, y = glc) # }
Run the code above in your browser using DataLab