ShowStructure: Show Package Structure

View source: R/ShowStructure.R

ShowStructureR Documentation

Show Package Structure

Description

ShowStructure gives information about the package structure.

Usage

ShowStructure(module = c("ALL", "DM", "MF", "MS", "NA"), description = TRUE,
              plot = TRUE)

Arguments

module

a description of the module for which the description is required.

plot

logical. If TRUE a graph showing the package structure is plotted.

description

logical. If TRUE a description of the available function is printed on screen.

Value

ShowStructure silently returns a named list with components:

description

a named list containing the description of the available functions.

graph

an R object of class ‘igraph’ describing the package structure.

Author(s)

Luigi Augugliaro (luigi.augugliaro@unipa.it)


cglasso documentation built on Jan. 17, 2023, 5:10 p.m.