Heatmap of Device Image Differences (Discrete)
device_image_diff_discrete.Rd
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()
.
Arguments
- df
Device data-frame in long format.
- variable
A valid column name denoting the variable of interest.
- device_name
Device of interest.
Examples
data(devices, package = "meatrics") # load the data
device_image_diff_discrete(devices, "meat_colour", device_name = "C3")