Description Usage Arguments Author(s) Examples
Prints out the states and number of times in state of an EMM
| 1 | displayStates(JEMM)
 | 
| JEMM | The EMM object to get states for | 
Benjamin Koopferstock
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.