R.oo (version 1.0.3)

methodsInheritedFrom.Rdoc: 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

synopsis

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

See Also

*getRdHierarchy() For more information see Rdoc.