Observable PlotGeographic

PCA Biplot

Principal Component Analysis biplot showing observations and loadings.

Preview placeholder

pca-biplot-v1

Installation

Terminal
npx @ontopic/viz add plot/geo/pca-biplot-v1

Props

PropTypeDescription
scoresPCAScores[]PCA scores for observations
loadingsPCALoadings[]Variable loadings

See full TypeScript interface on GitHub for all props.

Usage Example

TypeScript
import { PCABiplot } from '@/viz/components/plot/geo/pca-biplot-v1';