Learn R Programming

IPMpack (version 1.6)

IPMmatrix-class: Class "IPMmatrix"

Description

Class IPMmatrix contains a matrix describing transitions between sizes or discrete stages; other slots described integration resolution, etc.

Arguments

Objects from the Class

Objects can be created by calls of the form new("IPMmatrix", ...).

Extends

Class "matrix", from data part. Class "array", by class "matrix", distance 2. Class "structure", by class "matrix", distance 3. Class "vector", by class "matrix", distance 4, with explicit coerce.

Methods

No methods defined with class "IPMmatrix" in the signature.

Examples

Run this code
showClass("IPMmatrix")

Run the code above in your browser using DataLab