Problem8.2 <- data.frame(
"PourTemp" = c(
-1,
1,
-1,
1,
-1,
1,
-1,
1
),
"TitaniumContent" = c(
-1,
-1,
1,
1,
-1,
-1,
1,
1
),
"HeatTreatMethod" = c(
-1,
-1,
-1,
-1,
1,
1,
1,
1
),
"GrainRefiner" = c(
-1,
1,
1,
-1,
1,
-1,
-1,
1
),
"CrackLength" = c(
7.037,
16.867,
13.876,
17.273,
11.846,
4.368,
9.36,
15.653
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.