Last data update: 2014.03.03

R: Oxidation Onset Temperature
oxidationR Documentation

Oxidation Onset Temperature

Description

This database contains information on the level of purity of each batch of Picual varities. Then we have the types of oils by measuring the Oxidation Onset Temperature. We have 50 subsamples of oils 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 the oil.

sample

sample id

Examples

data(oxidation)
attach(oxidation)
summary(oxidation)
plot(OOT, type="b")
detach(oxidation)

Results