Problem9.28 <- data.frame(
"PctCarbon" = c(
2,
2,
2,
5,
5,
5,
7.5,
7.5,
7.5,
2,
2,
2,
5,
5,
5,
7.5,
7.5,
7.5,
2,
2,
2,
5,
5,
5,
7.5,
7.5,
7.5
),
"PctNitrogen" = c(
0.5,
1,
3,
0.5,
1,
3,
0.5,
1,
3,
0.5,
1,
3,
0.5,
1,
3,
0.5,
1,
3,
0.5,
1,
3,
0.5,
1,
3,
0.5,
1,
3
),
"Temp" = c(
25,
25,
25,
25,
25,
25,
25,
25,
25,
30,
30,
30,
30,
30,
30,
30,
30,
30,
35,
35,
35,
35,
35,
35,
35,
35,
35
),
"Activity" = c(
25.84,
51.86,
32.59,
20.48,
25.84,
12.87,
20.48,
25.84,
10.2,
51.86,
131.33,
41.11,
41.11,
104.11,
32.59,
65.42,
82.53,
51.86,
41.11,
104.11,
32.59,
32.59,
82.53,
25.84,
51.86,
65.42,
41.11
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.