Nothing
library(dielectric)
library(ggplot2)
data(AuJC)
AuJC$set_span(300, 800)
raw <- dielectric2plot(AuJC$raw())
gold <- AuJC$predict(n=300, all.knots=TRUE)
d <- dielectric2plot(gold)
ggplot(d, aes(wavelength, value)) + geom_path() +
facet_grid(variable~., scales="free") +
geom_point(data=raw)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.