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)
}

Try the MultBiplotR package in your browser

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

MultBiplotR documentation built on Nov. 21, 2023, 5:08 p.m.