Problem5.30 <- data.frame(
"Doping" = c(
'1E20',
'1E20',
'2E20',
'2E20',
'1E20',
'1E20',
'2E20',
'2E20',
'1E20',
'1E20',
'2E20',
'2E20'
),
"Anneal" = c(
'900',
'900',
'900',
'900',
'950',
'950',
'950',
'950',
'1000',
'1000',
'1000',
'1000'
),
"BaseCurrent" = c(
4.6,
4.4,
3.2,
3.5,
10.15,
10.2,
9.38,
10.02,
11.01,
10.58,
10.81,
10.6
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.