sort_table: Sort rows and columns of a contingency table

View source: R/data_frames.R

sort_tableR Documentation

Sort rows and columns of a contingency table

Description

Score rows and columns via correspondence analysis, then sort the scores.

Usage

sort_table(x, k = NULL)

Arguments

x

a contingency table

Details

Only for 2D tables right now.

See Also

mosaicplot

Examples

data(blood)
sort_table(blood)


paulemms/datamining documentation built on March 1, 2023, 4:01 p.m.