*.dlm_block | R Documentation |
Define product operator for class dlm_block. This method is wrapper for the block_mult function.
## S3 method for class 'dlm_block'
e1 * e2
e1 |
A dlm_block (if e2 is an integer) or an integer (if e2 is a dlm_block). |
e2 |
An integer (if e1 is an dlm_block) or a dlm_block (if e1 is an integer). |
The combined replicated blocks as a dlm_block.
block_mult
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.