bm_list {inlabru} | R Documentation |
Methods for mapper lists
Description
bru_mapper
lists can be combined into bm_list
lists.
Usage
## S3 method for class 'bru_mapper'
c(...)
## S3 method for class 'bm_list'
c(...)
## S3 method for class 'bm_list'
x[i]
Arguments
... |
Objects to be combined. |
x |
|
i |
indices specifying elements to extract |
Value
A bm_list
object
Methods (by generic)
-
c(bm_list)
: The...
arguments should bebm_list
objects. -
[
: Extract sub-list
Functions
-
c(bru_mapper)
: The...
arguments should bebru_mapper
objects.
Examples
m <- c(A = bru_mapper_const(), B = bru_mapper_scale())
str(m)
str(m[2])
[Package inlabru version 2.11.1 Index]