This function provides a custom display for 'classyfire' S4 objects. It prints out the main details of the object including compound information and its taxonomic classification in a structured format.

# S4 method for classyfire
show(object)

Arguments

object

An object of class 'classyfire'.

Author

Xiaotao Shen <shenxt1990@outlook.com>

Examples

if (FALSE) {
cf <- new("classyfire", ...)
show(cf)
}