R/MULCOM.R

setClass(
   "MULCOM", 
   representation(
      FC="matrix", MSE_Corrected="array", HM="matrix")
    , prototype=list(FC=matrix(0,0,0), MSE_Corrected=matrix(0,0,0), HM=matrix(0))
)

Try the Mulcom package in your browser

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

Mulcom documentation built on Nov. 8, 2020, 5:53 p.m.