Table5.10 <- data.frame(
'Temperature' = c(
100, 100, 100, 100, 100,
125, 125, 125, 125, 125,
150, 150, 150, 150, 150
),
'Pressure' = c(
25, 30, 35, 40, 45,
25, 30, 35, 40, 45,
25, 30, 35, 40, 45
),
'Impurity' = c(
5, 4, 6, 3, 5,
3, 1, 4, 2, 3,
1, 1, 3, 1, 2
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.