Integration points for polygons inside an inla.mesh
bru_int_polygon(mesh, polylist, method = NULL, samplers = NULL, ...)
An inla.mesh object
A list of inla.mesh.segment
objects
Which integration method to use ("stable", with aggregation to mesh vertices, or "direct")
If non-NULL, a SpatialPolygons* object, used instead of polylist
Arguments passed to the low level integration method (make_stable_integration_points
)
Finn Lindgren finn.lindgren@gmail.com