IMTrue: IMaGES Test Data

Description Usage Format Examples

Description

Test data to be used with IMaGES. Included is a list called IMTrue, a list containing the original graph structures for each dataset in IMTrue.

Usage

1

Format

Objects of class "list".

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
data(IMData)
data(IMTrue)

result <- IMaGES(matrices=IMData)

plotAll(result)

par(mfrow=c(1,length(IMTrue)))

for (i in 1:length(IMTrue)) {
  graph::plot(IMTrue[[i]])
}

IMaGES documentation built on July 1, 2020, 10:16 p.m.