# definitions of class unions
setOldClass("igraph")
setClassUnion("igraph_or_logical", c("igraph", "logical"))
setClassUnion("numeric_or_integer", c("numeric", "integer"))
setClassUnion("numeric_or_matrix", c("numeric_or_integer", "matrix"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.