Problem11.1 <- data.frame(
"Pressure" = c(
1.1,
1.3,
1.1,
1.3,
1.2,
1.2,
1.2,
1.2
),
"Temperature" = c(
-225,
-225,
-215,
-215,
-220,
-220,
-220,
-220
),
"Purity" = c(
82.8,
83.5,
84.7,
85,
84.1,
84.5,
83.9,
84.3
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.