R/IMaGES.r

#' Load Data from Disk
#'
#' This is IMaGES Algorithem
#'
#' @param src The path to data files on your disk/ destination

IMaGES<-function(dataPath)
{
  command=paste("java","-jar","Images3.jar",dataPath)
  system(command)
}
monmon-2007/Images2 documentation built on May 23, 2019, 6:10 a.m.