"print.grid" <-
function(object)
{
cat(" Grid layout for", object$nclass, "classes :", object$xdim, "*",
object$ydim, "\n ")
print(object$data)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.