oxidation {qcr} | R Documentation |
Oxidation Onset Temperature
Description
This database contains information about the level of purity of each batch of Picual varities. Then we have the type of oil by measuring the Oxidation Onset Temperature. We have 50 subsamples of oil with their temperature to oxide.
Format
A data frame with 250 observations on the following 2 variables:
- OOT
That is a quantitative variable that controls the quality of oil.
- sample
sample id
Examples
data(oxidation)
attach(oxidation)
summary(oxidation)
plot(OOT, type="b")
detach(oxidation)
[Package qcr version 1.4 Index]