Learn R Programming

inlabru (version 2.6.0)

bru_int_polygon: Integration points for polygons inside an inla.mesh

Description

Integration points for polygons inside an inla.mesh

Usage

bru_int_polygon(mesh, polylist, method = NULL, samplers = NULL, ...)

Arguments

mesh

An inla.mesh object

polylist

A list of inla.mesh.segment objects

method

Which integration method to use ("stable", with aggregation to mesh vertices, or "direct")

samplers

If non-NULL, a SpatialPolygons* object, used instead of polylist

...

Arguments passed to the low level integration method (make_stable_integration_points)

Author

Finn Lindgren finn.lindgren@gmail.com