sPMMA: syndiotactic poly-methyl-methacrylate

Description Format Source Examples

Description

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).

Format

This data frame contains the following columns:

freq

a numeric vector giving the frequency of the driving signal (Hz).

real

a numeric vector giving the real component of the dielectric response.

imag

a numeric vector giving the imaginary component of the dielectric response.

Source

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

Examples

1
2
3
4
5
6
7
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"))

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

Related to sPMMA in NRAIA...