Skip to contents

Retrieves the dimension of a state block

Usage

.ssf_dim(x)

Arguments

x

A state block

Value

The length of the state block

Examples

s<-.seasonal(12)
.ssf_dim(s)
#> [1] 11