Problem13.5 <- data.frame(
"Position" = c(
1,
1,
1,
2,
2,
2,
1,
1,
1,
2,
2,
2,
1,
1,
1,
2,
2,
2
),
"Temperature" = c(
800,
800,
800,
800,
800,
800,
825,
825,
825,
825,
825,
825,
850,
850,
850,
850,
850,
850
),
"Density" = c(
570,
565,
583,
528,
547,
521,
1063,
1080,
1043,
988,
1026,
1004,
565,
510,
590,
526,
538,
532
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.