Problem15.17 <- data.frame(
"Hardness" = c(
120,
140,
150,
125,
136,
165,
140,
120,
125,
133,
175,
132,
124,
141,
130
),
"Speed" = c(
1000,
1000,
1000,
1000,
1000,
1200,
1200,
1200,
1200,
1200,
1400,
1400,
1400,
1400,
1400
),
"Removal" = c(
68,
90,
98,
77,
88,
112,
94,
65,
74,
85,
118,
82,
73,
92,
80
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.