Package: ggbiplot
Type: Package
Title: A Grammar of Graphics Implementation of Biplots
Version: 0.6.5
Date: 2026-09-06
Authors@R: c(
    person(c("Vincent", "Q."), "Vu", , "vqv@stat.osu.edu", role = c("aut"),
            comment = c(ORCID = "0000-0002-4689-0497")),
    person("Michael", "Friendly", , "friendly@yorku.ca", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-3237-0941")),
    person("Aghasi", "Tavadyan", ,  "a.tavadyan@gmail.com", role = "ctb")
           )
Description: A 'ggplot2' based implementation of biplots, giving a representation of a dataset in
    a two dimensional space accounting for the greatest variance, together with variable vectors
    showing how the data variables relate to this space. It provides a 
    replacement for stats::biplot(), but with many enhancements to control the analysis and
    graphical display. It implements 
    biplot and scree plot methods which can be used with the results of prcomp(), princomp(),
    FactoMineR::PCA(), ade4::dudi.pca() or MASS::lda() and can be customized using 'ggplot2' techniques.
Depends: R (>= 4.1.0), ggplot2
Imports: ggarrow, scales
Suggests: corrplot, dplyr, MASS, broom, tidyr
License: GPL-2
Encoding: UTF-8
Language: en-US
URL: https://github.com/friendly/ggbiplot,
        https://friendly.github.io/ggbiplot/
BugReports: https://github.com/friendly/ggbiplot/issues
LazyData: true
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-06 20:53:12 UTC; friendly
Author: Vincent Q. Vu [aut] (ORCID: <https://orcid.org/0000-0002-4689-0497>),
  Michael Friendly [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-3237-0941>),
  Aghasi Tavadyan [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>
Repository: CRAN
Date/Publication: 2026-09-07 05:20:02 UTC
