fmesher-print | R Documentation |
Print objects
## S3 method for class 'fm_segm'
print(x, ..., digits = NULL, verbose = TRUE, newline = TRUE)
## S3 method for class 'fm_segm_list'
print(x, ..., digits = NULL, verbose = FALSE, newline = TRUE)
## S3 method for class 'fm_mesh_2d'
print(x, ..., digits = NULL, verbose = FALSE)
## S3 method for class 'fm_mesh_1d'
print(x, ..., digits = NULL, verbose = FALSE)
## S3 method for class 'fm_bbox'
print(x, ..., digits = NULL, verbose = TRUE, newline = TRUE)
## S3 method for class 'fm_tensor'
print(x, ..., digits = NULL, verbose = FALSE)
## S3 method for class 'fm_crs'
print(x, ...)
## S3 method for class 'fm_CRS'
print(x, ...)
x |
an object used to select a method. |
... |
further arguments passed to or from other methods. |
digits |
a positive integer indicating how many significant digits are
to be used for numeric and complex x. The default, NULL, uses |
verbose |
logical |
newline |
logical; if |
The input object x
fm_bbox(matrix(1:6, 3, 2))
print(fm_bbox(matrix(1:6, 3, 2)), verbose = FALSE)
print(fmexample$mesh)
print(fmexample$boundary_fm)
print(fm_mesh_1d(c(1, 2, 3, 5, 7), degree = 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.