BiPlot Class

Source: BiPlot.cs · Assembly: Dew.Stats.Tee
PointsBiPlot

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

NameTypeDescription
ArrowHeightInt32Define arrow height.
ArrowWidthInt32Define arrow width.
DrawArrowsBooleanIf true, draw arrows.
FilledArrowsBooleanDraw filled arrows.

Methods

NameDescription
ctor (2)
DrawValue