Learn R Programming

inlabru (version 2.11.1)

bm_list: Methods for mapper lists

Description

bru_mapper lists can be combined into bm_list lists.

Usage

# S3 method for bru_mapper
c(...)

# S3 method for bm_list c(...)

# S3 method for bm_list [(x, i)

Value

A bm_list object

Arguments

...

Objects to be combined.

x

bm_list object from which to extract element(s)

i

indices specifying elements to extract

Methods (by generic)

  • c(bm_list): The ... arguments should be bm_list objects.

  • [: Extract sub-list

Functions

  • c(bru_mapper): The ... arguments should be bru_mapper objects.

Examples

Run this code
m <- c(A = bru_mapper_const(), B = bru_mapper_scale())
str(m)
str(m[2])

Run the code above in your browser using DataLab