bru_get_mapper.stModel_cgeneric {INLAspacetime} | R Documentation |
Mapper object for automatic inlabru interface
Description
Return an inlabru
bru_mapper
object that can be used for computing
model matrices for the space-time model components. The bru_get_mapper()
function is called by the inlabru
methods to automatically obtain the
needed mapper object (from inlabru
2.7.0.9001
; before that, use
mapper = bru_get_mapper(model)
explicitly).
Usage
bru_get_mapper.stModel_cgeneric(model, ...)
Arguments
model |
The model object (of class |
... |
Unused. |
Value
A bru_mapper
object of class bru_mapper_multi
with
sub-mappers space
and time
based on the model smesh
and tmesh
or mesh
objects.
See Also
[Package INLAspacetime version 0.1.8 Index]