linzeta: linzeta

Description Usage Arguments Examples

View source: R/linzeta.R

Description

The function generates the incidence matrix of the linear order defined throuh the ranks vector lin. The S3 class of the returned object is incidence.

Usage

1
linzeta(lin)

Arguments

lin

a ranks vector.

Examples

1
2
3
4
ranks <- c(5, 3, 4, 2, 1)
names(ranks) <- LETTERS[1:5]
linzeta(ranks)
plot(linzeta(ranks))

parsec documentation built on May 2, 2019, 6:08 p.m.