Closed kamapu closed 2 years ago
When applying summary() a parameter called 'slot' may become more comprehensive:
summary()
summary(obj, slot = "species")
summary(obj, slot = "relations", relation = <a-relation>)
Since a slot syntax is planned, it may work in the same way as for species.
Each slot should have a method.
Relations may summarize frequencies per class and only selected columns
This function may use partial matchings
Done already
When applying
summary()
a parameter called 'slot' may become more comprehensive:summary(obj, slot = "species")
summary(obj, slot = "relations", relation = <a-relation>)
Since a slot syntax is planned, it may work in the same way as for species.
Each slot should have a method.
Relations may summarize frequencies per class and only selected columns
This function may use partial matchings