Learn R Programming

inlabru (version 2.11.1)

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, method = NULL, samplers = NULL, ...)

Arguments

mesh

An inla.mesh object

method

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

samplers

If non-NULL, a SpatialPolygons* object

...

Arguments passed to the low level integration method (make_triangle_integration)

Author

Finn Lindgren finn.lindgren@gmail.com