Nothing
library(spacetime)
if (require(raster, quietly = TRUE)) {
x <- brick(system.file("external/rlogo.grd", package="raster"))
x <- setZ(x, as.Date(1:nlayers(x), origin = "1970-01-01"))
stplot(x)
}
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.