Learn R Programming

inlabru (version 2.5.3)

int.polygon: Integration points for polygons inside an inla.mesh

Description

This method doesn't handle polygons with holes. Use bru_int_polygon() instead.

Usage

int.polygon(mesh, loc, group = NULL, method = NULL, ...)

Arguments

mesh

An inla.mesh object

loc

Locations defining the polygons

group

If loc defines multiple polygons then this is the ID of the group for each location in loc

method

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

...

Arguments passed to the low level integration method (make_stable_integration_points)

Author

Fabian E. Bachl f.e.bachl@bath.ac.uk and Finn Lindgren finn.lindgren@gmail.com