Problem6.12 <- data.frame(
"CultureMedium" = c(
'1',
'1',
'1',
'1',
'1',
'1',
'2',
'2',
'2',
'2',
'2',
'2',
'1',
'1',
'1',
'1',
'1',
'1',
'2',
'2',
'2',
'2',
'2',
'2'
),
"Time" = c(
12,
12,
12,
12,
12,
12,
12,
12,
12,
12,
12,
12,
18,
18,
18,
18,
18,
18,
18,
18,
18,
18,
18,
18
),
"VirusGrowth" = c(
21,
22,
23,
28,
20,
26,
25,
26,
24,
25,
29,
27,
37,
39,
38,
38,
35,
36,
31,
34,
29,
33,
30,
35
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.