Nothing
setGeneric("blueify",
function(object, ...) {
standardGeneric("blueify")
})
setMethod("blueify", signature(object="PictureFill"),
function (object, ...) {
pathGrob(object@x, object@y,
default.units="native",
gp=gpar(col=NA,
fill=blueShade(object@rgb)),
...)
})
setMethod("blueify", signature(object="PictureStroke"),
function (object, ...) {
polylineGrob(object@x, object@y,
default.units="native",
gp=gpar(col=blueShade(object@rgb)),
...)
})
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.