# generic methods for "GPATree" class
setGeneric( name = "assoc",
def = function( object, ... ) {standardGeneric("assoc")}
)
setGeneric( name = "prune",
def = function( object, ... ) {standardGeneric("prune")}
)
setGeneric( name = "leaf",
def = function( object, ... ) {standardGeneric("leaf")}
)
setGeneric( name = "decTree",
def = function( object, ... ) {standardGeneric("decTree")}
)
setGeneric( name = "plot",
def = function( x, y, ...) {standardGeneric("plot")}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.