Problem4.14 <- data.frame(
"Oil" = c(
'1',
'1',
'1',
'1',
'1',
'2',
'2',
'2',
'2',
'2',
'3',
'3',
'3',
'3',
'3'
),
"Truck" = c(
1,
2,
3,
4,
5,
1,
2,
3,
4,
5,
1,
2,
3,
4,
5
),
"FuelConsumption" = c(
0.5,
0.634,
0.487,
0.329,
0.512,
0.535,
0.675,
0.52,
0.435,
0.54,
0.513,
0.595,
0.488,
0.4,
0.51
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.