Learn R Programming

CENFA (version 1.1.1)

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 enfa raster(x)

# S4 method for cnfa raster(x)

# S4 method for GLcenfa raster(x)

# S4 method for GLdeparture raster(x)

# S4 method for GLcenfa names(x)

# S4 method for GLdeparture names(x)

# S4 method for cnfa names(x)

# S4 method for enfa names(x)

# S4 method for departure names(x)

Arguments

x

cnfa or enfa object

Value

Object stored in slot.

Examples

Run this code
# NOT RUN {
mod1 <- cnfa(x = climdat.hist, s.dat = ABPR, field = "CODE")
m.factor(mod1)

# }

Run the code above in your browser using DataLab