Nothing
with(airpc, {
pc <- cbind(Comp.1, Comp.2)
pc1 <- pc[Period==1,]
pc2 <- pc[Period==2,]
pc3 <- pc[Period==3,]
plot(pc, type="n")
sm.density(pc1, display="slice", props=75, add=TRUE, lty=3)
sm.density(pc2, display="slice", props=75, add=TRUE, lty=2)
sm.density(pc3, display="slice", props=75, add=TRUE, lty=1)
})
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.