plotInheritance: Plot the class inheritance graph

Description Usage Arguments Value Examples

Description

This function is taken from the help page for classesToAM.

Usage

1
plotInheritance(classes, subclasses = FALSE, ...)

Arguments

classes

A character vector of class names.

subclasses

A logical flag. Include all known subclasses.

...

Further arguments.

Value

Plots a directed graph of class inheritance, and returns it invisibly

Examples

1
2
3
4
## Not run: 
plotInheritance(getClasses("package:Rentrez"))

## End(Not run)

gschofl/gsmisc documentation built on May 17, 2019, 8:52 a.m.