Learn R Programming

CENFA (version 1.1.1)

scatter: Biplots of cnfa and enfa objects.

Description

Biplots of cnfa and enfa objects.

Usage

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, ...)

Arguments

x

an object of class cnfa or enfa describing the occupied habitat

y

an object of class GLcenfa describing the global reference habitat

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 plot arguments

Value

Returns a biplot of the cnfa or enfa object.

See Also

biplot

Examples

Run this code
# 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