convShow: Show Converter

Description Usage Arguments Details Author(s) See Also Examples

Description

Show Matrix Aggregation Converters

Usage

1
convShow(m, xLabels = NULL, yLabels = NULL)

Arguments

m

a matrix.

xLabels

labels for x dimension.

yLabels

labels for y dimension.

Details

Show converters for the aggregation of matrices.

Author(s)

OECD STAN

See Also

convCreate

Examples

1
2
3
see "convCreate.svg" in /vignettes/diagrams
m <- convCreate(dim=list(row=c(10,5),col=c(10)),agg.row1=c(1:10),agg.row2=c(1:2),agg.col1=c(5),horiz=FALSE,dimnames=NULL)
convShow(m)

bowerth/stan documentation built on May 13, 2019, 12:38 a.m.