print.caperpyGridData <-
function(x, ...)
{
if (!inherits(x,"caperpyGridData"))
stop("x is not of class caperpyGridData")
cat("*******************************\n")
cat("** Object of class caperpyGridData\n\n")
cat("Structure of the object:\n\n")
print(str(x))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.