slot-access: Accessing CENFA slots

slot-accessR Documentation

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

Value

Object stored in slot.

Examples

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


rinnan/CENFA documentation built on July 19, 2023, 12:58 p.m.