| scatter | R Documentation | 
cnfa and enfa objects.Biplots of cnfa and enfa objects.
scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)
## S4 method for signature 'cnfa,GLcenfa'
scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)
## S4 method for signature 'enfa,GLcenfa'
scatter(x, y, xax = 1, yax = 2, p = 0.99, n = 5, ...)
| 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 | 
| ... | additional  | 
Returns a biplot of the cnfa or enfa object.
biplot
mod <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE")
glc <- GLcenfa(x = climdat.hist)
scatter(x = mod, y = glc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.