Problem11.11 <- data.frame(
"Temperatue" = c(
150,
200,
150,
200,
150,
200,
150,
200,
175,
175,
175,
175,
175,
175,
175
),
"AgitationRate" = c(
5,
5,
10,
10,
7.5,
7.5,
7.5,
7.5,
5,
10,
5,
10,
7.5,
7.5,
7.5
),
"Pressure" = c(
20,
20,
20,
20,
15,
15,
25,
25,
15,
15,
25,
25,
20,
20,
20
),
"Viscosity" = c(
535,
580,
596,
563,
645,
458,
350,
600,
595,
648,
532,
656,
653,
599,
620
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.