extremaltable: Make table of extremal representation

Description Usage Arguments Value Examples

View source: R/extremalmatching.R

Description

Make table of extremal representation

Usage

1

Arguments

B

full concordance signature

Value

a dataframe that can be readily turned into latex table or knitr table

Examples

1
2
3
P <- 0.7 * matrix(1, nrow = 3, ncol = 3) + 0.3 * diag(3)
B <- consignature(P)
extremaltable(B)

ajmcneil/extremalcopula documentation built on Jan. 25, 2022, 11:54 p.m.