print.ssm | R Documentation |
aniMotum
fit object summary informationprint aniMotum
fit object summary information
## S3 method for class 'ssm'
print(x, ...)
x |
a aniMotum ssm fit object |
... |
unused. For compatibility with the generic method. |
## see summary fit output
## generate a ssm fit object (call is for speed only)
xs <- fit_ssm(ellie, spdf=FALSE, model = "rw", time.step=24,
control = ssm_control(se = FALSE, verbose = 0))
xs$ssm[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.