R/datasets.R

#' IMaGES Test Data
#'
#' Test data to be used with IMaGES. Included is
#' a list called \code{IMData}, a list containing three
#' data files that can be passed into IMaGES.
#' 
#' @name IMData
#'
#' @docType data
#'
#' @usage data(IMData)
#'
#' @format Objects of class \code{"list"}.
#'
#' @keywords data
#'
#'
#' @examples
#' data(IMData)
#' 
#' result <- IMaGES(matrices=IMData)
#' 
#' plotAll(result)
#' 
#' 
#' 
"IMData"

#' IMaGES Test Data
#'
#' Test data to be used with IMaGES. Included is
#' a list called \code{IMTrue}, a list containing the original
#' graph structures for each dataset in \code{IMTrue}.
#' 
#' @name IMTrue
#'
#' @docType data
#'
#' @usage data(IMData)
#'
#' @format Objects of class \code{"list"}.
#'
#' @keywords data
#'
#'
#' @examples
#' 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]])
#' }
#' 
#' 
"IMTrue"

Try the IMaGES package in your browser

Any scripts or data that you put into this service are public.

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