Problem15.11 <- data.frame(
"Truck" = c(
1,
1,
1,
1,
2,
2,
2,
2,
3,
3,
3,
3
),
"Volume" = c(
24,
40,
35,
40,
26,
32,
42,
25,
38,
26,
50,
20
),
"Time" = c(
27,
44,
33,
41,
25,
35,
46,
26,
40,
22,
53,
18
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.