Methods for working with matrices in com(p)adre
Source:R/CompadreMat.R
, R/ClassUnionMethods.R
CompadreMatrixMethods.Rd
This page describes methods for accessing any matrix information from CompadreMat and CompadreDB objects.
Most methods for working with matrices are applicable to both CompadreMat and CompadreDB objects. These are described on this page (along with a couple) of methods applicable to only CompadreMat or CompadreDB objects).
Usage
matA(object)
# S4 method for class 'CompadreMat'
matA(object)
# S4 method for class 'CompadreDB'
matA(object)
# S4 method for class 'list'
matA(object)
matU(object)
# S4 method for class 'CompadreMat'
matU(object)
# S4 method for class 'CompadreDB'
matU(object)
# S4 method for class 'list'
matU(object)
matF(object)
# S4 method for class 'CompadreMat'
matF(object)
# S4 method for class 'CompadreDB'
matF(object)
# S4 method for class 'list'
matF(object)
matC(object)
# S4 method for class 'CompadreMat'
matC(object)
# S4 method for class 'CompadreDB'
matC(object)
# S4 method for class 'list'
matC(object)
matrixClass(object)
# S4 method for class 'CompadreMat'
matrixClass(object)
# S4 method for class 'CompadreDB'
matrixClass(object)
# S4 method for class 'list'
matrixClass(object)
MatrixClassAuthor(object)
# S4 method for class 'CompadreMat'
MatrixClassAuthor(object)
# S4 method for class 'CompadreDB'
MatrixClassAuthor(object)
# S4 method for class 'list'
MatrixClassAuthor(object)
MatrixClassOrganized(object)
# S4 method for class 'CompadreMat'
MatrixClassOrganized(object)
# S4 method for class 'CompadreDB'
MatrixClassOrganized(object)
# S4 method for class 'list'
MatrixClassOrganized(object)
MatrixClassNumber(object)
# S4 method for class 'CompadreMat'
MatrixClassNumber(object)
# S4 method for class 'CompadreDB'
MatrixClassNumber(object)
# S4 method for class 'list'
MatrixClassNumber(object)
Slots
matA
A matrix population model (i.e. a square projection matrix)
matU
The survival component of a matrix population model (i.e. a square projection matrix reflecting survival-related transitions; e.g. progression, stasis, and retrogression)
matF
The sexual component of a matrix population model (i.e. a square projection matrix reflecting transitions due to sexual reproduction)
matC
The clonal component of a matrix population model (i.e. a square projection matrix reflecting transitions due to clonal reproduction)
matrixClass
A data frame with columns
MatrixClassOrganized
(elements are "active", "prop", or "dorm")MatrixClassAuthor
(the matrix author's stage description), andMatrixClassNumber
(integer stage number)