Problem5.20 <- data.frame(
"Row" = c(
1,
2,
3,
1,
2,
3,
1,
2,
3,
1,
2,
3
),
"Column" = c(
1,
1,
1,
2,
2,
2,
3,
3,
3,
4,
4,
4
),
"Data" = c(
36,
18,
30,
39,
20,
37,
36,
22,
33,
32,
20,
34
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.