Problem5.12 <- data.frame(
"CopperContent" = c(
40,
40,
60,
60,
80,
80,
100,
100,
40,
40,
60,
60,
80,
80,
100,
100,
40,
40,
60,
60,
80,
80,
100,
100,
40,
40,
60,
60,
80,
80,
100,
100
),
"Temperature" = c(
50,
50,
50,
50,
50,
50,
50,
50,
75,
75,
75,
75,
75,
75,
75,
75,
100,
100,
100,
100,
100,
100,
100,
100,
125,
125,
125,
125,
125,
125,
125,
125
),
"Warping" = c(
17,
20,
16,
21,
24,
22,
28,
27,
12,
9,
18,
13,
17,
12,
27,
31,
16,
12,
18,
21,
25,
23,
30,
23,
21,
17,
23,
21,
23,
22,
29,
31
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.