Skip to content

sugnet/DDbiplotEZ

Repository files navigation

DDbiplotEZ

The goal of DDbiplotEZ is to expand on the R package biplotEZ by adding functionality for distributional data objects.

Installation

You can install the development version of DDbiplotEZ from GitHub with:

devtools::install_github("sugnet/DDbiplotEZ")

Example

Construct a PCA biplot for the Oils.data.

library(DDbiplotEZ)
ddbiplot (Oils.data, scaled = TRUE) |> PCA() |> plot(type = "intervals")

ddbiplot (Oils.data, scaled = TRUE) |> PCA() |> vertices (type = "convexhull") |> 
  plot (type = "vertices")

ddbiplot (Oils.data, scaled = TRUE) |> PCA() |> vertices (type = "connect") |> 
  plot (type = "vertices")

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published