plot_delta_entries: Plot entries of stationary distributions

Description Usage Arguments Value

View source: R/covariate_analysis.R

Description

This function plots the stationary distribution entries with their confidence intervals for different covariate values.

Usage

1
2
3
4
5
6
plot_delta_entries(
  num_states,
  covar_vec,
  entries_list,
  covariate_name = "Temp - mean(Temp)"
)

Arguments

num_states

The number of states in the HMM.

covar_vec

The vector of covariate values to plot the entries over.

entries_list

A list.

covariate_name

Label for the x-axis.

Value

A list with a plot for each of the transition probability entries varying with the covariate.


simonecollier/lizardHMM documentation built on Dec. 23, 2021, 2:24 a.m.