column_orderings_matrix: Adjacency matrix recording orderings between all pairs of...

View source: R/column_orderings.R

column_orderings_matrixR Documentation

Adjacency matrix recording orderings between all pairs of columns in data frame df. A TRUE at (i,j) in the returned matrix values in column are >= to corresponding values in column j (ignoring rows where either column has an NA).

Description

Adjacency matrix recording orderings between all pairs of columns in data frame df. A TRUE at (i,j) in the returned matrix values in column are >= to corresponding values in column j (ignoring rows where either column has an NA).

Usage

column_orderings_matrix(df)

Arguments

df

A data frame.


jedwards24/jemisc documentation built on Oct. 23, 2022, 10:17 p.m.