bm_list | R Documentation |
bru_mapper
lists can be combined into bm_list
lists.
as_bm_list(x)
## S3 method for class 'list'
as_bm_list(x)
## S3 method for class 'bm_list'
as_bm_list(x)
## S3 method for class 'bru_comp_list'
as_bm_list(x)
## S3 method for class 'bru_mapper'
c(...)
## S3 method for class 'bm_list'
c(...)
## S3 method for class 'bm_list'
x[i]
## S3 method for class 'bm_list'
ibm_linear(mapper, input, state = NULL, ...)
## S3 method for class 'bm_list'
ibm_simplify(mapper, input = NULL, state = NULL, ...)
x |
|
... |
Objects to be combined. |
i |
indices specifying elements to extract |
mapper |
A mapper S3 object, inheriting from |
input |
Data input for the mapper. |
state |
A vector of latent state values for the mapping,
of length |
A bm_list
object
c(bm_list)
: The ...
arguments should be bm_list
objects.
[
: Extract sub-list
c(bru_mapper)
: The ...
arguments should be bru_mapper
objects.
m <- c(A = bm_const(), B = bm_scale())
str(m)
str(m[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.