ShowStructure {cglasso} | R Documentation |
ShowStructure
gives information about the package structure.
ShowStructure(module = c("ALL", "DM", "MF", "MS", "NA"), description = TRUE,
plot = TRUE)
module |
a description of the module for which the description is required. |
plot |
logical. If |
description |
logical. If |
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 ‘ |
Luigi Augugliaro (luigi.augugliaro@unipa.it)