plot_sdds: Visualization of estimated state-dependent distributions

View source: R/plot.R

plot_sddsR Documentation

Visualization of estimated state-dependent distributions

Description

This function plots the estimated state-dependent distributions.

Usage

plot_sdds(est, true = NULL, controls, colors)

Arguments

est

[fHMM_parameters]
An object of class fHMM_parameters with estimated parameters.

true

[NULL | fHMM_parameters]
Either NULL or an object of class fHMM_parameters with true parameters.

controls

[fHMM_controls]
An object of class fHMM_controls.

colors

[NULL | character()]
Either NULL (default) or a character vector of color names or hexadecimal RGB triplets.

Value

No return value. Draws a plot to the current device.


fHMM documentation built on May 5, 2026, 5:07 p.m.