R/FreqParcoord.R

Defines functions qeFreqParcoord

Documented in qeFreqParcoord

qeFreqParcoord <- function(dataName,k=25,opts=NULL) 
{

   if (!is.character(dataName)) stop("dataName must be quoted")
   checkPkgLoaded('cdparcoord')

   # if (!is.null(grpName)) opts[['grpcategory']] <- grpName
   if (!is.null(opts[['grpcategory']])) 
      stop('grpcategory not currently implemented')

   cmd <- buildQEcall('discparcoord',dataName,opts=opts,holdoutArg=FALSE)
   evalr(cmd)

}

Try the qeML package in your browser

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

qeML documentation built on Nov. 9, 2023, 5:07 p.m.