Problem8.17 <- data.frame(
"Temperature" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"Pressure" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"FiltrationRate" = c(
45,
75,
100,
60,
45,
80,
65,
96
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.