IPMmesh: IPMmesh

View source: R/IPMmesh.R

IPMmeshR Documentation

IPMmesh

Description

This function defines the meshpoints of the IPM (grid resolution). Matrix of n x n at which transition values are evaluated for each of the vital rate regression functions. Requires IPM boundaries.

Usage

IPMmesh(IPM.boundary, mesh.resoution)

Arguments

IPMboundary

2-D vector or list of minimum and maximum values for the IPM

meshResoution

Resolution of the IPM (number of grid-/mesh points across the domain)

Value

Vector of midpoints. n of the n x n matrix for which t -> t + 1 transitions will be evaluated.

Examples

IPMmesh(IPMboundary(minValue = 2, maxValue = 8, jointBuffer = 0.2), 100)

cdbernard/particles documentation built on Jan. 3, 2023, 9:39 a.m.