| new_fm_int | R Documentation |
Constructor method for integration scheme objects, allowing
default construction of .block information. Primarily meant for internal
use, but can be used to manually create data of the same structure as
fm_int() output.
new_fm_int(
object,
blocks = FALSE,
weight = NULL,
name = NULL,
override = FALSE
)
object |
An object representing integration points; either a data.frame-like object, or a vector/list of coordinates or other location reference objects. |
blocks |
logical; if |
weight |
Optional weight variable; if |
name |
character; name of the integration domain. |
override |
logical; If |
A tibble or sf/tibble object. May acquire additional class attributes in the future.
fm_int()
new_fm_int(1:4, blocks = TRUE, weight = c(1, 2, 1, 3), name = "z")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.