MultBiplot In R

We are bulding a new package for R containing all the techniques of the desktop version of MultBiplot. Before submitting the package to CRAN you will find here the pre-release packages for R. A GUI for the most basic methods has been added.

To install the packages, copy  and run the following commands into the R console

if (!require(devtools)) install.packages("devtools")

library(devtools)

install_github("villardon/MultBiplotR", dependencies = TRUE)




An example to check the installation

library(MultBiplotR) 

data(Protein)

bip=PCA.Biplot(Protein[,3:11])

plot(bip, mode="s", margin=0.2)


You cal also install the package in this way:

Install the dependencies:

install.packages(c("scales", "geometry", "deldir", "mirt", "stats4", "lattice", "GPArotation", "rgl", "optimr"))

Then download the file  MultBiplotR_19.1.19.tar.gz ans install the package from the file.



Enjoy it!!!

Suggested citations:

To cite package ‘MultBiplotR’ in publications use:


  Jose Luis Vicente-Villardon (2021). MultBiplotR: Multivariate Analysis Using Biplots in R. R package version 1.6.9. 

  https://CRAN.R-project.org/package=MultBiplotR


A BibTeX entry for LaTeX users is


  @Manual{,

    title = {MultBiplotR: Multivariate Analysis Using Biplots in R},

    author = {Jose Luis Vicente-Villardon},

    year = {2021},

    note = {R package version 1.6.9},

    url = {https://CRAN.R-project.org/package=MultBiplotR},

  }


José Luis Vicente Villardón - Departamento de Estadística - Universidad de Salamanca. (villardon@usal.es)