ggnet.default {metanetwork} | R Documentation |
Default configuration for ggnet
Description
A list with parameters customizing ggmetanet representation (see ggnet documentations)
Usage
ggnet.default
Format
An object of class metanetwork_config
of length 16.
Examples
# display all default settings
ggnet.default
# create a new settings
ggnet.custom = ggnet.default
ggnet.custom$edge.size = 2
ggnet.custom
[Package metanetwork version 0.7.0 Index]