sPMMA {NRAIA} | R Documentation |
The sPMMA
data frame has 23 rows and 3 columns from an experiment
on the dielectric response of a sample of syndiotactic
poly-methyl-methacrylate (sPMMA).
This data frame contains the following columns:
Bates and Watts (1998), Nonlinear Regression Analysis and Its Applications, Wiley (Appendix A1.5).
str(sPMMA) xyplot(imag ~ real, data = sPMMA, xlab = "Real component", ylab = "Imaginary component", type = c("p", "g")) xyplot(real + imag ~ freq, data = sPMMA, xlab = "Frequency (Hz)", ylab = "Component of dielectric response", main = "sPMMA data", type = c("g", "p"), aspect = 'xy', auto.key = list(space = "right"))