Problem5.11 <- data.frame(
"PhosphorousType" = c(
1,
1,
1,
2,
2,
2,
3,
3,
3,
1,
1,
1,
2,
2,
2,
3,
3,
3
),
"GlassType" = c(
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2
),
"Current" = c(
280,
290,
285,
300,
310,
295,
290,
285,
290,
230,
235,
240,
260,
240,
235,
220,
225,
230
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.