Problem5.8 <- data.frame(
"Pressure" = c(
200,
200,
215,
215,
230,
230,
200,
200,
215,
215,
230,
230,
200,
200,
215,
215,
230,
230
),
"Temperature" = c(
150,
150,
150,
150,
150,
150,
160,
160,
160,
160,
160,
160,
170,
170,
170,
170,
170,
170
),
"Yield" = c(
90.4,
90.2,
90.7,
90.6,
90.2,
90.4,
90.1,
90.3,
90.5,
90.6,
89.9,
90.1,
90.5,
90.7,
90.8,
90.9,
90.1,
90.4
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.