fm_as_mesh_1d | R Documentation |
fm_segm
Convert objects to fm_segm
fm_as_mesh_1d(x, ...)
fm_as_mesh_1d_list(x, ...)
## S3 method for class 'fm_mesh_1d'
fm_as_mesh_1d(x, ...)
## S3 method for class 'inla.mesh.1d'
fm_as_mesh_1d(x, ...)
x |
Object to be converted |
... |
Arguments passed on to submethods |
An fm_mesh_1d
or fm_mesh_1d_list
object
fm_as_mesh_1d()
: Convert an object to fm_mesh_1d
.
fm_as_mesh_1d_list()
: Convert each element of a list
Other object creation and conversion:
fm_as_fm()
,
fm_as_lattice_2d()
,
fm_as_mesh_2d()
,
fm_as_segm()
,
fm_as_sfc()
,
fm_as_tensor()
,
fm_lattice_2d()
,
fm_mesh_1d()
,
fm_mesh_2d()
,
fm_segm()
,
fm_simplify()
,
fm_tensor()
fm_as_mesh_1d_list(list(fm_mesh_1d(1:4)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.