inla.extract.el {INLA} | R Documentation |
Extract elements by wildcard name matching from a data.frame
,
list
, or matrix
.
inla.extract.el(M, ...) ## S3 method for class 'matrix' inla.extract.el(M, match, by.row = TRUE, ...) ## S3 method for class 'data.frame' inla.extract.el(M, match, by.row = TRUE, ...) ## S3 method for class 'list' inla.extract.el(M, match, ...)
M |
A container object. |
... |
Additional arguments, not used. |
match |
A regex defining the matching criterion. |
by.row |
If |
Finn Lindgren finn.lindgren@gmail.com