bpca

CRAN status CRAN downloads CRAN checks Lifecycle: stable License: GPL-2

bpca is an R package for biplot analysis based on principal components.

Key Features

Installation

Install from CRAN:

install.packages("bpca")

Install the development version from GitHub:

# install.packages("remotes")
remotes::install_github("jcfaria/bpca")

Quick Start

library(bpca)

# Example with the classic iris dataset
bp <- bpca(iris[-5], d = 1:2)
plot(
  bp,
  var.col = "blue",
  var.factor = 2,
  main = "Biplot - Iris Dataset"
)

For more complete examples, see:

Project Layout

Contributing

Contributions are welcome. Open an Issue or submit a Pull Request on github.com/jcfaria/bpca with:

Roadmap


Developed by:
Faria, J. C.; Allaman, I. B.
Universidade Estadual de Santa Cruz - UESC
Departamento de Ciências Exatas - DCEX
Ilhéus - Bahia - Brasil

Demétrio, C. G. B.
Universidade de São Paulo - USP
Escola Superior de Agricultura Luiz de Queiroz - ESALQ
Piracicaba - São Paulo - Brasil