Problem4.9 <- data.frame(
"Solution" = c(
'1',
'1',
'1',
'1',
'2',
'2',
'2',
'2',
'3',
'3',
'3',
'3'
),
"Days" = c(
1,
2,
3,
4,
1,
2,
3,
4,
1,
2,
3,
4
),
"Growth" = c(
13,
22,
18,
39,
16,
24,
17,
44,
5,
4,
1,
22
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.