Pinene {NRAIA} | R Documentation |
The Pinene
data frame has 8 rows and 6 columns giving the
proportion of alpha-pinene and four of its by-products over time.
This data frame contains the following columns:
Bates and Watts (1998), Nonlinear Regression Analysis and Its Applications, Wiley (Appendix A1.6).
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))