R/HJ.Biplot.R

Defines functions HJ.Biplot

Documented in HJ.Biplot

HJ.Biplot <- function(X, dimension = 3, Scaling = 5, sup.rows = NULL, sup.cols = NULL, grouping=NULL){
  bip=PCA.Biplot(X, alpha = 2, dimension = dimension, Scaling = Scaling, sup.rows = sup.rows, sup.cols = sup.cols, grouping=grouping)
  bip$Type = "HJ"
  bip$Title="HJ Biplot"
  bip$call <- match.call()
  return(bip)
}
  

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.