simulated_hue {lcc} | R Documentation |
Hue color simulated data
Description
Simulated hue data set based on papaya's maturation over time considering three methods of measurement.
Usage
data(simulated_hue)
Format
A simulated data frame with 6,000 observations on the mean hue variable. The format is:
Hue | numeric; mean hue of papaya's peel |
Method | a factor with levels labelled from Method 1 to Method 3 |
Time | integer; time in days from 0 to 19 |
Fruit | a factor with 100 levels labelled from 1 to 100 |
where each level is represented by one fruit. |
Details
A total of 100 fruits were observed over 20 days by three methods to evaluate the mean hue of fruit's peel. The aim of the agreement study was to assess how well the methods 2, and 3 agreed with method 1 over time.
See Also
lcc
.
Examples
data(simulated_hue)
summary(simulated_hue)
str(simulated_hue)
[Package lcc version 1.1.4 Index]