fm_list | R Documentation |
Methods for constructing and manipulating fm_list
objects.
fm_list(x, ..., .class_stub = NULL)
fm_as_list(x, ..., .class_stub = NULL)
## S3 method for class 'fm_list'
c(...)
## S3 method for class 'fm_list'
x[i]
x |
|
... |
Arguments passed to each individual conversion call. |
.class_stub |
character; class stub name of class to convert each list
element to. If |
i |
indices specifying elements to extract |
An fm_list
object, potentially with fm_{class_stub}_list
added.
c(fm_list)
: The ...
arguments should be coercible to fm_list
objects.
[
: Extract sub-list
fm_list()
: Convert each element of a list, or convert a single
non-list object and return in a list
fm_as_list()
: Convert each element of a list, or convert a single
non-list object and return in a list
fm_as_list(list(fmexample$mesh, fm_segm_join(fmexample$boundary_fm)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.