IPMmesh | R Documentation |
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.
IPMmesh(IPM.boundary, mesh.resoution)
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) |
Vector of midpoints. n of the n x n matrix for which t -> t + 1 transitions will be evaluated.
IPMmesh(IPMboundary(minValue = 2, maxValue = 8, jointBuffer = 0.2), 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.