Skip to contents

Compute Arrangement Using Jonker & Volgenant algorithm

Usage

compute_arrangement(mydata, macro_x, macro_y, faceter, n_row, n_col)

Arguments

mydata

A data frame which contains the macro_x, macro_y, faceter columns

macro_x

the name of a column which shall be used to arrange facets horizontally

macro_y

the name of a column which shall be used to arrange facets vertically

faceter

the column name defining faceting groups

nrow, ncol

Number of rows and columns.