Problem7.4 <- data.frame(
"Block" = c(
'Block 1',
'Block 2',
'Block 2',
'Block 1',
'Block 2',
'Block 1',
'Block 1',
'Block 2'
),
"CuttingSpeed" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1
),
"ToolGeometry" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"CuttingAngle" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"LifeHours" = c(
22,
32,
35,
55,
44,
40,
60,
39
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.