integration_weight_aggregation: Aggregate integration weights onto mesh nodes
Description
Use fm_vertex_projection()
instead.
Usage
integration_weight_aggregation(mesh, integ)
Arguments
- mesh
Mesh on which to integrate
- integ
list
of loc
, integration points,
and weight
, integration weights,
or a SpatialPointsDataFrame
. Only the coordinates and weight
column
are handled.