methodsInheritedFrom.Rdoc {R.oo}R Documentation

Gets all methods inherited from a class in Rd format

Description

Gets all methods inherited from a class in Rd format.

Usage

Rdoc$methodsInheritedFrom(class, visibility=c("public", "protected", "private"), showDeprecated=FALSE, inheritedFrom=NULL, sort=TRUE, trial=FALSE, ...)

Arguments

... Not used.

Value

Returns a character string.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

For more information see Rdoc.


[Package R.oo version 1.6.5 Index]