fm_segm_list | R Documentation |
fm_segm
lists can be combined into fm_segm_list
list objects.
## S3 method for class 'fm_segm'
c(...)
## S3 method for class 'fm_segm_list'
c(...)
## S3 method for class 'fm_segm_list'
x[i]
... |
Objects to be combined. |
x |
|
i |
indices specifying elements to extract |
A fm_segm_list
object
c(fm_segm_list)
: The ...
arguments should be coercible to fm_segm_list
objects.
[
: Extract sub-list
c(fm_segm)
: The ...
arguments should be fm_segm
objects, or coercible with fm_as_segm_list(list(...))
.
fm_as_segm_list()
m <- c(A = fm_segm(1:2), B = fm_segm(3:4))
str(m)
str(m[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.