Problem6.10 <- data.frame(
"CuttingSpeed" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1,
0,
0,
0,
0
),
"ToolGeometry" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1,
0,
0,
0,
0
),
"CuttingAngle" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1,
0,
0,
0,
0
),
"LifeHours" = c(
22,
32,
35,
55,
44,
40,
60,
39,
36,
40,
43,
45
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.