Package: ggbiplot
Type: Package
Title: A Grammar of Graphics Implementation of Biplots
Version: 0.6.2
Date: 2024-01-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 (>= 3.5.0), ggplot2
Imports: 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
RoxygenNote: 7.2.3
LazyData: true
NeedsCompilation: no
Packaged: 2024-01-08 15:42:14 UTC; friendly
Author: Vincent Q. Vu [aut] (<https://orcid.org/0000-0002-4689-0497>),
  Michael Friendly [aut, cre] (<https://orcid.org/0000-0002-3237-0941>),
  Aghasi Tavadyan [ctb]
Maintainer: Michael Friendly <friendly@yorku.ca>
Repository: CRAN
Date/Publication: 2024-01-08 23:10:11 UTC
Built: R 4.6.0; ; 2025-11-02 03:43:00 UTC; windows
