Quantifying plots
Quantify time in each state
# Like plot_quantify() this method will quantify how much of the time each specimen is within each state.
df.plot_hmm_quantify(
hmm = [hv, he, hw, hs, hy],
variable = 'moving',
facet_labels = ['D.virilis', 'D.erecta', 'D.willistoni', 'D.sechellia', 'D.yakuba']
facet_col = 'species',
facet_arg = ['D.vir', 'D.ere', 'D.wil', 'D.sec', 'D.yak'],
bin = [60, 60, 60, 60, 60]
)Quantifying length of each state
Quantifying transitions
Last updated