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 May 29, 2024, 3:36 a.m.