#' Generic methods
#'
#' @author elh
setGeneric(
name = "asset",
def = function(this,...)
{
standardGeneric("asset")
}
)
setGeneric(
name = "phi",
def = function(this,...)
{
standardGeneric("phi")
}
)
setGeneric(
name = "display",
def = function(this)
{
standardGeneric("display")
}
)
setGeneric(
name = "concatenate",
def = function(u1, u2)
{
standardGeneric("concatenate")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.