classTree: generate class tree

Description Usage Arguments Details Value Author(s)

View source: R/class_graph.R

Description

Given a class name, generates the class tree for that class.

Usage

1
classTree(Cl, where, all = FALSE)

Arguments

Cl

class

where

the package namespace to query

all

all of the inherited classes or just direct sub-classes to return

Details

This function is originally written by Martin Maechler in the classGraph package. I copied it from the classGraph package, as I did not want to depend on RGraphviz for this package.

Value

igraph

Author(s)

Martin Maechler


rmflight/packagestructure documentation built on May 27, 2019, 9:32 a.m.