Skip to contents

Devices take 3 or 4 images, often with different ratings. This function explores the differences between the images for all devices within the data-frame (discrete/categorical traits). For continuous traits, refer to device_image_diff().

Usage

device_image_diff_discrete(df, variable, device_name)

Arguments

df

Device data-frame in long format.

variable

A valid column name denoting the variable of interest.

device_name

Device of interest.

Value

Up to 6 heatmaps for each different pairwise difference.

Examples

data(devices, package = "meatrics") # load the data
device_image_diff_discrete(devices, "meat_colour", device_name = "C3")