Nothing
## revert
## Reverts scaledTrellis object to its last unscaled version
revert <- function(obj,...) UseMethod("revert")
revert.scaledTrellis <- function(obj,...)
{
orig <- obj$addScales$orig
obj$panel <- orig$panel
obj$legend <- orig$legend
obj$addScales <- NULL
class(obj) <- "trellis"
obj
}
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.