Problem3.47 <- data.frame(
"Algorithm" = c(
'1',
'1',
'1',
'1',
'1',
'1',
'2',
'2',
'2',
'2',
'2',
'2',
'3',
'3',
'3',
'3',
'3',
'3',
'4',
'4',
'4',
'4',
'4',
'4'
),
"CellStdev" = c(
0.05,
0.04,
0.05,
0.06,
0.03,
0.05,
0.04,
0.02,
0.03,
0.05,
0.03,
0.02,
0.09,
0.13,
0.11,
0.15,
0.08,
0.12,
0.03,
0.04,
0.05,
0.05,
0.03,
0.02
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.