public class BiPlot : Points
The 2D Bi-Plot. Can be used to visualize 2D vectors, for example first two components in PCA of FA.
Biplots are statistical graphics that represent in the same plane both the variables and the cases. Usually variables are represented by arrows, while points represent cases. A Biplot can be constructed from a data matrix, where conventionally each column represent a variable, and each row includes the variables value for a given case.
Properties
| Name | Type | Description |
|---|---|---|
| ArrowHeight | Int32 | Define arrow height. |
| ArrowWidth | Int32 | Define arrow width. |
| DrawArrows | Boolean | If true, draw arrows. |
| FilledArrows | Boolean | Draw filled arrows. |
Methods
| Name | Description |
|---|---|
| ctor (2) | |
| DrawValue |