Description Usage Arguments Author(s) Examples
A useful visualization tool that displays the EMM as a graph
| 1 | display(JEMM)
 | 
| JEMM | The EMM object that should be displayed | 
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.