Pinene: Alpha-pinene and by-products

Description Format Source Examples

Description

The Pinene data frame has 8 rows and 6 columns giving the proportion of alpha-pinene and four of its by-products over time.

Format

This data frame contains the following columns:

time

a numeric vector giving the time at which the observation is made. (hours)

a.pin

a numeric vector giving the alpha-pinene proportion. (%)

dipen

a numeric vector giving the dipene proportion. (%)

alloo

a numeric vector giving the allo-ocimene proportion. (%)

pyron

a numeric vector giving the pyronene proportion. (%)

dimer

a numeric vector giving the dimer proportion. (%)

Source

Bates and Watts (1998), Nonlinear Regression Analysis and Its Applications, Wiley (Appendix A1.6).

Examples

1
2
3
4
5
str(Pinene)
xyplot(a.pin + dipen + alloo + pyron + dimer ~ time, Pinene,
  type = c("b", "g"), aspect = 'xy',
  xlab = "Time (hr)", ylab = "Proportion (%)",
  auto.key = list(space = "right", lines = TRUE))

NRAIA documentation built on May 2, 2019, 4:52 p.m.

Related to Pinene in NRAIA...