setMethod("ftable",
signature(object="metaponeResult"),
function(object)
{
object@mapped.features
}
)
setMethod("ptable",
signature(object="metaponeResult"),
function(object)
{
object@test.result
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.