centerlines function

Lines from classborders to the center

Lines from classborders to the center

Function which constructs the lines from the borders between two classes to the center. To be used in connection with triplot and quadplot.

centerlines(n)

Arguments

  • n: number of classes. Meaningful are 3 or 4.

Returns

a matrix with n-columns.

Author(s)

Karsten Luebke, karsten.luebke@fom.de

See Also

triplot, quadplot

Examples

centerlines(3) centerlines(4)