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

slot-access

Accessing CENFA slots


Description

Functions for extracting data from slots of objects of classes cnfa and enfa.

Usage

m.factor(x)

s.factor(x)

marginality(x)

specialization(x)

sensitivity(x)

cov.cnfa(x)

cov.enfa(x)

cov.GLcenfa(x)

## S4 method for signature 'enfa'
raster(x)

## S4 method for signature 'cnfa'
raster(x)

## S4 method for signature 'GLcenfa'
raster(x)

## S4 method for signature 'GLdeparture'
raster(x)

## S4 method for signature 'GLcenfa'
names(x)

## S4 method for signature 'GLdeparture'
names(x)

## S4 method for signature 'cnfa'
names(x)

## S4 method for signature 'enfa'
names(x)

## S4 method for signature 'departure'
names(x)

Arguments

x

cnfa or enfa object

Examples

mod1 <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE")
m.factor(mod1)

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.