| fm_as_tensor {fmesher} | R Documentation |
Convert objects to fm_tensor
Description
Convert objects to fm_tensor
Usage
fm_as_tensor(x, ...)
fm_as_tensor_list(x, ...)
## S3 method for class 'fm_tensor'
fm_as_tensor(x, ...)
Arguments
x |
Object to be converted |
... |
Arguments passed on to submethods |
Value
An fm_tensor object
Functions
-
fm_as_tensor(): Convert an object tofm_tensor. -
fm_as_tensor_list(): Convert each element of a list
See Also
Other object creation and conversion:
fm_as_fm(),
fm_as_lattice_2d(),
fm_as_mesh_1d(),
fm_as_mesh_2d(),
fm_as_segm(),
fm_as_sfc(),
fm_lattice_2d(),
fm_mesh_1d(),
fm_mesh_2d(),
fm_segm(),
fm_simplify(),
fm_tensor()
Examples
fm_as_tensor_list(list(fm_tensor(list())))
[Package fmesher version 0.1.7 Index]