Problem11.13 <- data.frame(
"Hardness" = c(
-1,
1,
-1,
1
),
"Time" = c(
-1,
-1,
1,
1
),
"Life" = c(
3,
13,
7,
17
),
"Cost" = c(
16,
22,
24,
30
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.