powered by
fm_mesh_3d
Convert objects to fm_mesh_3d
fm_as_mesh_3d(x, ...)fm_as_mesh_3d_list(x, ...)# S3 method for fm_mesh_3d fm_as_mesh_3d(x, ...)
fm_as_mesh_3d_list(x, ...)
# S3 method for fm_mesh_3d fm_as_mesh_3d(x, ...)
An fm_mesh_3d or fm_mesh_3d_list object
fm_mesh_3d_list
Object to be converted
Arguments passed on to submethods
fm_as_mesh_3d(): Convert an object to fm_mesh_3d.
fm_as_mesh_3d()
fm_as_mesh_3d_list(): Convert each element of a list
fm_as_mesh_3d_list()
Other object creation and conversion: fm_as_collect(), fm_as_fm(), fm_as_lattice_2d(), fm_as_lattice_Nd(), fm_as_mesh_1d(), fm_as_mesh_2d(), 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()
fm_as_collect()
fm_as_fm()
fm_as_lattice_2d()
fm_as_lattice_Nd()
fm_as_mesh_1d()
fm_as_mesh_2d()
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()
(m <- fm_mesh_3d( matrix(c(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0), 4, 3, byrow = TRUE), matrix(c(1, 2, 3, 4), 1, 4, byrow = TRUE) )) fm_as_mesh_3d_list(list(m))
Run the code above in your browser using DataLab