Example3.10 <- data.frame(
'Looms' = c(
'1', '1', '1', '1',
'2', '2', '2', '2',
'3', '3', '3', '3',
'4', '4', '4', '4'
),
'Strength' = c(
98, 97, 99, 96,
91, 90, 93, 92,
96, 95, 97, 95,
95, 96, 99, 98
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.