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)
An object of class 'classyfire'.
if (FALSE) {
cf <- new("classyfire", ...)
show(cf)
}