Description Usage Arguments Author(s) References Examples
The built-in methods() function will give all available methods for a specified class, or for a specified generic function, but not for an object. Objects can have multiple classes, so this can be complicated to calculate.
1 | classMethods(cl)
|
cl |
a vector of class names, or an object |
1 2 | g <- glm(y~x,data=data.frame(x=1:10,y=1:10))
classMethods(g)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.