scatter: Biplots of 'cnfa' and 'enfa' objects.

Description Usage Arguments Value See Also Examples

Description

Biplots of cnfa and enfa objects.

Usage

1
2
3
4
5
6
7
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, ...)

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

1
2
3
mod <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE")
glc <- GLcenfa(x = climdat.hist)
scatter(x = mod, y = glc)

CENFA documentation built on Aug. 16, 2021, 9:06 a.m.