display: Displays the EMM

Description Usage Arguments Author(s) Examples

Description

A useful visualization tool that displays the EMM as a graph

Usage

1
display(JEMM)

Arguments

JEMM

The EMM object that should be displayed

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 display in RJEMM...