monsterObj <- setClass("monster", slots=c("tm","nullTM","numGenes","numSamples"))
setMethod("show","monster",function(object){print.monster(object)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.