Problem8.15 <- data.frame(
"Time" = c(
2.5,
3,
2.5,
3,
2.5,
3,
2.5,
3
),
"Concentration" = c(
14,
14,
18,
18,
14,
14,
18,
18
),
"Pressure" = c(
60,
60,
60,
60,
80,
80,
80,
80
),
"Temperature" = c(
225,
250,
250,
225,
250,
225,
225,
250
),
"Yield" = c(
12,
25,
13,
16,
19,
15,
20,
23
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.