R/summary.StatisBiplot.R

Defines functions print.StatisBiplot summary.StatisBiplot

summary.StatisBiplot <- function(object, ...) {
  
  cat("Call\n")
  print(object$call)
  cat("Correlations among occasions\n")
  print(object$RV)
  
  cat("Biplot for Statis\n")
  summary(object$Biplot)
  
}




print.StatisBiplot <- function(x, ...) {
  
  cat("Call\n")
  print(x$call)
  cat("Correlations among occasions\n")
  print(x$RV)
  cat("Biplot for Statis\n")
  print(x$Biplot)
}
villardon/MultBiplotR documentation built on June 5, 2021, 8:55 a.m.