R/print.dimdesc.R

Defines functions print.dimdesc

print.dimdesc<-function(x, ...){
  if (!inherits(x, "dimdesc")) 
    stop("need to be a dimdesc object")
  print(x[-length(x)])
}

Try the FactoMineR package in your browser

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

FactoMineR documentation built on Oct. 13, 2023, 1:06 a.m.