Skip to contents

This function plots pairwise heatmaps of all graders in the input data-frame on any discrete variable of interest.

Usage

pairwise_heatmap(df, device_status = FALSE, variable)

Arguments

df

Data-frame in long format.

device_status

A boolean denoting if df is the device data-frame; default assumes grader data-frame. This parameter is arbitrary if your df2 is not null.

variable

A valid column name denoting the variable of interest

Value

3 pairwise heatmaps of graders' assessment on the discrete variable of interest

Examples

data("expert_graders", package = "meatrics")
pairwise_heatmap(expert_graders, device_status = FALSE, variable = "aus_marbling")