print.dlm_block {kDGLM}R Documentation

print.dlm_block

Description

This method is wrapper for the summary.dlm_block function.

Usage

## S3 method for class 'dlm_block'
print(x, ...)

Arguments

x

A dlm_block object.

...

Arguments passed to summary.dlm_block

Value

No return value, called to print a summary of a kDGLM structure.

See Also

summary.dlm_block


[Package kDGLM version 1.2.0 Index]