Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

plot

if TRUE, plot will be returned on function call

...

additional plot arguments

See Also

Examples

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

CENFA

Climate and Ecological Niche Factor Analysis

v1.1.0
GPL (>= 3)
Authors
D. Scott Rinnan
Initial release
2020-02-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.