Learn R Programming

R.oo (version 1.7.5)

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

For more information see Rdoc.