ShowStructure
gives information about the package structure.
ShowStructure(module = c("ALL", "DM", "MF", "MS", "NA"), description = TRUE,
plot = TRUE)
ShowStructure
silently returns a named list with components:
a named list containing the description of the available functions.
an R object of class ‘igraph
’ describing the package structure.
a description of the module for which the description is required.
logical. If TRUE
a graph showing the package structure is plotted.
logical. If TRUE
a description of the available function is printed on screen.
Luigi Augugliaro (luigi.augugliaro@unipa.it)