setMethod("updateObject", "GInteractions",
function(object, ..., verbose=FALSE) {
object@regions <- updateObject(object@regions, ..., verbose=verbose)
callNextMethod()
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.