fm_int_mesh_2d | R Documentation |
Integration methods for spatial samplers on fm_mesh_2d
meshes.
fm_int_mesh_2d(samplers, domain, name = NULL, int.args = NULL, ...)
fm_int_mesh_2d_NULL(samplers, domain, name = NULL, int.args = NULL, ...)
## S3 method for class 'sf'
fm_int_mesh_2d(samplers, domain, name = NULL, int.args = NULL, ...)
## S3 method for class 'sfc_POINT'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
.weight = rep(1, NROW(samplers)),
...
)
## S3 method for class 'sfc_MULTIPOINT'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
.weight = rep(1, NROW(samplers)),
...
)
## S3 method for class 'sfc_LINESTRING'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
.weight = rep(1, NROW(samplers)),
...
)
## S3 method for class 'sfc_MULTILINESTRING'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
.weight = rep(1, NROW(samplers)),
...
)
## S3 method for class 'sfc_POLYGON'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
.weight = rep(1, NROW(samplers)),
...
)
## S3 method for class 'sfc_MULTIPOLYGON'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
.weight = rep(1, NROW(samplers)),
...
)
## S3 method for class 'sfc_GEOMETRY'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
.weight = rep(1, NROW(samplers)),
...
)
## S3 method for class 'Spatial'
fm_int_mesh_2d(
samplers,
domain,
name = NULL,
int.args = NULL,
format = NULL,
...
)
samplers |
For single domain |
domain |
Functional space specification; single domain or a named list of domains |
name |
For single-domain methods, the variable name to use for the integration points. Default 'x' |
int.args |
List of arguments passed to line and integration methods.
|
... |
Additional arguments passed on to other methods |
format |
character; determines the output format, as either "sf"
(default when the sampler is |
A list
, sf
, or Spatial
object with
point coordinate information and additional columns weight
and .block
fm_int_mesh_2d(sf)
: sf
integration
fm_int_mesh_2d(sfc_POINT)
: sfc_POINT
integration
fm_int_mesh_2d(sfc_MULTIPOINT)
: sfc_MULTIPOINT
integration
fm_int_mesh_2d(sfc_LINESTRING)
: sfc_LINESTRING
integration
fm_int_mesh_2d(sfc_MULTILINESTRING)
: sfc_MULTILINESTRING
integration
fm_int_mesh_2d(sfc_POLYGON)
: sfc_POLYGON
integration
fm_int_mesh_2d(sfc_MULTIPOLYGON)
: sfc_MULTIPOLYGON
integration
fm_int_mesh_2d(sfc_GEOMETRY)
: sfc_GEOMERY
integration
fm_int_mesh_2d(Spatial)
: Spatial
integration
fm_int_mesh_2d_NULL()
: Full domain integration
str(fm_int_mesh_2d(samplers = NULL, domain = fmexample$mesh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.