powered by
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.
IMTrue
data(IMData)
Objects of class "list".
"list"
# 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