displayLinks: Displays EMM Links

Description Usage Arguments Author(s) Examples

Description

Prints out a table of the links (transitions between states) in an EMM and how often they are traversed.

Usage

1

Arguments

JEMM

The EMM object to get states for

Author(s)

Benjamin Koopferstock

Examples

1
2
3
4
5
6
7
library(RJEMM)
emm <- create_EMM(measure = "Dice", threshold = 0.5, )
data(anomaly)
build( emm, anomaly)
displayStates(emm)
displayLinks(emm)
display(emm)

RJEMM documentation built on May 2, 2019, 6:17 p.m.

Related to displayLinks in RJEMM...