Learn R Programming

IMaGES (version 0.1.1)

IMTrue: IMaGES Test Data

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

data(IMData)

Arguments

Format

Objects of class "list".

Examples

Run this code
# NOT RUN {
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]])
}


# }

Run the code above in your browser using DataLab