Problem10.9 <- data.frame(
"Concentration" = c(
1,
1,
2,
2,
1,
1,
2,
2
),
"Temperature" = c(
150,
180,
150,
180,
150,
180,
150,
180
),
"Yield" = c(
81,
89,
83,
91,
79,
87,
84,
90
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.