fm_as_lattice_Nd {fmesher}R Documentation

Convert objects to fm_lattice_Nd

Description

Convert objects to fm_lattice_Nd

Usage

fm_as_lattice_Nd(...)

fm_as_lattice_Nd_list(x, ...)

## S3 method for class 'fm_lattice_Nd'
fm_as_lattice_Nd(x, ...)

Arguments

...

Arguments passed on to submethods

x

Object to be converted

Value

An fm_lattice_Md or fm_lattice_Nd_list object

Functions

See Also

Other object creation and conversion: fm_as_collect(), fm_as_fm(), fm_as_lattice_2d(), fm_as_mesh_1d(), fm_as_mesh_2d(), fm_as_mesh_3d(), fm_as_segm(), fm_as_sfc(), fm_as_tensor(), fm_collect(), fm_lattice_2d(), fm_lattice_Nd(), fm_mesh_1d(), fm_mesh_2d(), fm_segm(), fm_simplify(), fm_tensor()

Examples

(fm_as_lattice_Nd_list(list(
  fm_lattice_Nd(list(1:3, 1:2)),
  fm_lattice_Nd(list(1:4))
)))


[Package fmesher version 0.5.0 Index]