Learn R Programming

fHMM (version 0.3.0)

plot_sdd: Visualization of estimated state-dependent distributions

Description

Plots the estimated state-dependent distributions.

Usage

plot_sdd(controls, data, fit, decoding, colors)

Arguments

controls

A list of controls.

data

A list of processed data information.

fit

A list of fitted model information.

decoding

A vector (in case of a HMM) or a matrix (in case of a hierarchical HMM) of decoded states.

colors

A matrix of colors for different states.

Value

No return value. Creates file "state_dependent_distributions.pdf" in "controls[["path"]]/models/controls[["id"]]".