## Generic functions
listMethods("t.test") # S3
listMethods("show", mixed = FALSE) # S4
listMethods("ls") # None, not a generic function!
## Classes
# Only the following methods are considered
getOption("gui.methods")
listMethods(class = "data.frame")
listMethods(class = "lm")
Run the code above in your browser using DataLab